Searched refs:Typedefs (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyTypeDumper.cpp | 150 if (opts::pretty::Typedefs) { in start() 151 if (auto Typedefs = Exe.findAllChildren<PDBSymbolTypeTypedef>()) { in start() local 154 Printer << ": (" << Typedefs->getChildCount() << " items)"; in start() 156 while (auto Typedef = Typedefs->getNext()) in start() 233 assert(opts::pretty::Typedefs); in dump()
|
D | llvm-pdbutil.h | 85 extern llvm::cl::opt<bool> Typedefs;
|
D | llvm-pdbutil.cpp | 202 cl::opt<bool> Typedefs("typedefs", cl::desc("Display typedef types"), variable 1070 if (opts::pretty::Classes || opts::pretty::Enums || opts::pretty::Typedefs) { in dumpPretty() 1402 opts::pretty::Typedefs = true; in main()
|
/external/llvm/tools/llvm-pdbdump/ |
D | TypeDumper.cpp | 41 auto Typedefs = Exe.findAllChildren<PDBSymbolTypeTypedef>(); in start() local 44 Printer << ": (" << Typedefs->getChildCount() << " items)"; in start() 46 while (auto Typedef = Typedefs->getNext()) in start()
|
/external/llvm/test/tools/llvm-pdbdump/ |
D | regex-filter.test | 21 ; NO_FILTER: Typedefs 41 ; EXCLUDE_TYPEDEFS: Typedefs 51 ; EXCLUDE_ENUMS: Typedefs
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/ |
D | pretty-func-dumper.test | 22 ; TYPEDEF: Typedefs:
|
D | regex-filter.test | 28 ; NO_FILTER: Typedefs
|
/external/antlr/runtime/C/doxygen/ |
D | runtime.dox | 26 /// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which…
|
D | doxygengroups.dox | 20 /// \defgroup apistructures API Typedefs and Structs
|
/external/llvm/test/DebugInfo/PDB/DIA/ |
D | pdbdump-symbol-format.test | 27 ; TYPES_FORMAT: Typedefs
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/DIA/ |
D | pdbdump-symbol-format.test | 30 ; TYPES_FORMAT: Typedefs
|
/external/clang/test/SemaObjC/ |
D | parameterized_classes_arc.m | 50 // Typedefs are fine, just silently ignore them.
|
/external/clang/test/Modules/ |
D | redecl-merge.m | 80 // FIXME: Typedefs aren't actually merged in the sense of other merges, because
|
/external/clang/test/SemaObjCXX/ |
D | parameterized_classes_arc.mm | 50 // Typedefs are fine, just silently ignore them.
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 23 Typedefs: unaryfunc, binaryfunc, ternaryfunc, inquiry, intargfunc,
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 23 Typedefs: unaryfunc, binaryfunc, ternaryfunc, inquiry, coercion, intargfunc,
|
/external/clang/docs/ |
D | InternalsManual.rst | 820 Typedefs in C make semantic analysis a bit more complex than it would be without
|