| /NextBSD/sys/contrib/dev/acpica/components/dispatcher/ |
| HD | dsmthdat.c | 153 UINT32 Index; in AcpiDsMethodDataDeleteAll() local 216 UINT32 Index = 0; in AcpiDsMethodDataInitArgs() local 273 UINT32 Index, in AcpiDsMethodDataGetNode() 345 UINT32 Index, in AcpiDsMethodDataSetValue() 404 UINT32 Index, in AcpiDsMethodDataGetValue() 517 UINT32 Index, in AcpiDsMethodDataDeleteValue() 583 UINT32 Index, in AcpiDsStoreObjectToLocal() 735 UINT32 Index, in AcpiDsMethodDataGetType()
|
| HD | dswstate.c | 82 UINT32 Index; in AcpiDsResultPop() local 166 UINT32 Index; in AcpiDsResultPush() local
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | LoopPass.cpp | 150 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in cloneBasicBlockSimpleAnalysis() local 165 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisValue() local 173 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisLoop() local 224 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 238 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 293 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 306 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 317 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
|
| HD | RegionPass.cpp | 70 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 84 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 141 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 157 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 176 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
|
| HD | StratifiedSets.h | 35 StratifiedIndex Index; member 120 const StratifiedLink &getLink(StratifiedIndex Index) const { in getLink() 409 auto Index = *indexOf(Main); in addAbove() local 422 auto Index = *indexOf(Main); in addBelow() local 495 bool addAtMerging(const T &ToAdd, StratifiedIndex Index) { in addAtMerging() 514 BuilderLink &linksAt(StratifiedIndex Index) { in linksAt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | SelectorLocationsKind.cpp | 20 static SourceLocation getStandardSelLoc(unsigned Index, in getStandardSelLoc() 65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc() 104 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc() 121 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Attributes.cpp | 651 unsigned Index = I->first; in get() local 675 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get() 713 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get() 753 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute() 759 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute() 766 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute() 773 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() 822 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() 828 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() 871 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() [all …]
|
| HD | LegacyPassManager.cpp | 190 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local 348 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local 896 for (unsigned Index = 0; Index < PMT_Last; ++Index) { in removeNotPreservedAnalysis() local 1291 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local 1327 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) in doInitialization() local 1336 for (int Index = getNumContainedPasses() - 1; Index >= 0; --Index) in doFinalization() local 1345 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in doInitialization() local 1356 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in doFinalization() local 1421 for (unsigned Index = 0; Index < getNumContainedManagers(); ++Index) in doInitialization() local 1430 for (int Index = getNumContainedManagers() - 1; Index >= 0; --Index) in doFinalization() local [all …]
|
| HD | Operator.cpp | 38 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset() local
|
| /NextBSD/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430MachineFunctionInfo.h | 46 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex() 49 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } in setVarArgsFrameIndex()
|
| /NextBSD/contrib/llvm/lib/Option/ |
| HD | Arg.cpp | 20 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg() 24 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() 31 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg()
|
| HD | ArgList.cpp | 305 const char *ArgList::GetOrMakeJoinedArgString(unsigned Index, in GetOrMakeJoinedArgString() 331 unsigned Index = ArgStrings.size(); in MakeIndex() local 375 unsigned Index = BaseArgs.MakeIndex(Value); in MakePositionalArg() local 384 unsigned Index = BaseArgs.MakeIndex(Opt.getName(), Value); in MakeSeparateArg() local 393 unsigned Index = BaseArgs.MakeIndex((Opt.getName() + Value).str()); in MakeJoinedArg() local
|
| /NextBSD/sys/contrib/dev/acpica/compiler/ |
| HD | aslpredef.c | 90 UINT32 Index; in ApCheckForPredefinedMethod() local 249 UINT32 Index; in ApCheckPredefinedReturnValue() local 355 UINT32 Index; in ApCheckForPredefinedObject() local
|
| HD | aslstubs.c | 95 UINT32 Index, in AcpiDsMethodDataGetValue() 105 UINT32 Index, in AcpiDsMethodDataGetNode() 115 UINT32 Index, in AcpiDsStoreObjectToLocal() 214 UINT32 Index) in AcpiExDoDebugObject()
|
| HD | aslmessages.c | 300 UINT32 Index; in AeDecodeMessageId() local
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | IRObjectFile.cpp | 147 uintptr_t Index = Symb.p & ~uintptr_t(3); in getAsmSymIndex() local 176 unsigned Index = getAsmSymIndex(Symb); in moveSymbolNext() local 193 unsigned Index = getAsmSymIndex(Symb); in printSymbolName() local 214 unsigned Index = getAsmSymIndex(Symb); in getSymbolFlags() local
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | InterleavedAccessPass.cpp | 105 unsigned &Index) { in isDeInterleaveMaskOfFactor() 129 unsigned &Index) { in isDeInterleaveMask() 197 unsigned Factor, Index; in lowerInterleavedLoad() local
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64MachineFunctionInfo.h | 108 void setVarArgsStackIndex(int Index) { VarArgsStackIndex = Index; } in setVarArgsStackIndex() 111 void setVarArgsGPRIndex(int Index) { VarArgsGPRIndex = Index; } in setVarArgsGPRIndex() 117 void setVarArgsFPRIndex(int Index) { VarArgsFPRIndex = Index; } in setVarArgsFPRIndex()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86MachineFunctionInfo.h | 122 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex() 125 void setFAIndex(int Index) { FrameAddrIndex = Index; } in setFAIndex() 158 void setSEHFramePtrSaveIndex(int Index) { SEHFramePtrSaveIndex = Index; } in setSEHFramePtrSaveIndex()
|
| /NextBSD/contrib/llvm/tools/macho-dump/ |
| HD | macho-dump.cpp | 70 static int DumpSectionData(const MachOObjectFile &Obj, unsigned Index, in DumpSectionData() 173 unsigned Index, uint32_t StringIndex, in DumpSymbolTableEntryData() 372 static int DumpLoadCommand(const MachOObjectFile &Obj, unsigned Index, in DumpLoadCommand() 425 unsigned Index = 0; in main() local
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | CallEvent.h | 240 virtual const Expr *getArgExpr(unsigned Index) const { return nullptr; } in getArgExpr() 450 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() 484 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() 581 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() 622 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() 720 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() 764 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr() 822 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | UndefinedArraySubscriptChecker.cpp | 38 const Expr *Index = A->getIdx(); in checkPreStmt() local
|
| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utownerid.c | 188 UINT32 Index; in AcpiUtReleaseOwnerId() local
|
| /NextBSD/sys/contrib/dev/acpica/components/executer/ |
| HD | exoparg3.c | 176 UINT64 Index; in AcpiExOpcode_3A_1T_1R() local
|
| HD | exoparg6.c | 227 UINT64 Index; in AcpiExOpcode_6A_0T_1R() local
|