Searched defs:List (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h53 void AddInitialGroup(Instruction *const *List, unsigned NumEntries) { argument
/freebsd-10.3-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c116 AcpiDbListInfo( ACPI_MEMORY_LIST *List) argument
[all...]
/freebsd-10.3-release/contrib/bmake/lst.lib/
H A DlstInt.h65 typedef struct List { struct
79 } *List; typedef in typeref:struct:List
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h88 MachinePassRegistryNode *List; // List of registry nodes. member in class:llvm::MachinePassRegistry
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DInternals.h27 ListTy List; member in class:clang::arcmt::CapturedDiagList
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp512 Create(ASTContext &C, const TemplateArgumentListInfo &List) argument
H A DDeclBase.cpp1015 StoredDeclsList &List = (*Map)[Name]; local
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DValue.cpp525 void ValueHandleBase::AddToExistingUseList(ValueHandleBase **List) { argument
538 void ValueHandleBase::AddToExistingUseListAfter(ValueHandleBase *List) { argument
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DUse.h135 void addToList(Use **List) { argument
/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c845 OpcFindName( char **List, char *Name, UINT64 *Index) argument
H A Ddttable.c93 DtCompileTwoSubtables( void **List, ACPI_DMTABLE_INFO *TableInfo1, ACPI_DMTABLE_INFO *TableInfo2) argument
241 DtCompileAsf( void **List) argument
413 DtCompileCpep( void **List) argument
438 DtCompileCsrt( void **List) argument
545 DtCompileDbg2( void **List) argument
695 DtCompileDmar( void **List) argument
855 DtCompileDrtm( void **List) argument
984 DtCompileEinj( void **List) argument
1009 DtCompileErst( void **List) argument
1034 DtCompileFadt( void **List) argument
1121 DtCompileGtdt( void **List) argument
1241 DtCompileFpdt( void **List) argument
1316 DtCompileHest( void **List) argument
1453 DtCompileIort( void **List) argument
1756 DtCompileIvrs( void **List) argument
1907 DtCompileLpit( void **List) argument
1983 DtCompileMadt( void **List) argument
2137 DtCompileMcfg( void **List) argument
2162 DtCompileMpst( void **List) argument
2299 DtCompileMsct( void **List) argument
2324 DtCompileMtmr( void **List) argument
2349 DtCompileNfit( void **List) argument
2544 DtCompilePcct( void **List) argument
2632 DtCompilePmtt( void **List) argument
2773 DtCompileRsdt( void **List) argument
2892 DtCompileSlic( void **List) argument
2933 DtCompileSlit( void **List) argument
2989 DtCompileSrat( void **List) argument
3083 DtCompileStao( void **List) argument
3184 DtCompileUefi( void **List) argument
3234 DtCompileVrtc( void **List) argument
3259 DtCompileWdat( void **List) argument
3284 DtCompileWpbt( void **List) argument
3341 DtCompileXsdt( void **List) argument
3380 DtCompileGeneric( void **List, char *Name, UINT32 *Length) argument
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c658 AcpiDmFindNameByIndex( UINT64 Index, char **List) argument
/freebsd-10.3-release/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c68 AcpiRsDecodeBitmask( UINT16 Mask, UINT8 *List) argument
110 AcpiRsEncodeBitmask( UINT8 *List, UINT8 Count) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h177 void setArgumentList(IdentifierInfo* const *List, unsigned NumArgs, argument
/freebsd-10.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp510 ListInit *List = CurMap->getValueAsListInit("ValueCols"); local
H A DRegisterInfoEmitter.cpp573 DiffVec &diffEncode(DiffVec &V, unsigned InitVal, ArrayRef<unsigned> List) { argument
/freebsd-10.3-release/usr.sbin/ctm/ctm/
H A Dctm.h57 int *List; /* List of operations */ member in struct:CTM_Syntax
/freebsd-10.3-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h190 const MCPhysReg *List; member in class:llvm::MCRegisterInfo::DiffListIterator
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1765 const ToolChain::path_list &List = TC.getFilePaths(); local
1806 const ToolChain::path_list &List = TC.getProgramPaths(); local
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp341 createCOFFEntity(StringRef Name, list_t &List) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp27 ListInit *List = R.getValueAsListInit(FieldName); local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h328 llvm::ArrayRef<TemplateArgument> List = Node.getTemplateArgs().asArray(); local
424 const TemplateArgumentList &List = Node.getTemplateArgs(); local
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1321 void AsmPrinter::EmitXXStructorList(const Constant *List, bool isCtor) { argument

Completed in 232 milliseconds

12