Home
last modified time | relevance | path

Searched refs:Typedefs (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyTypeDumper.cpp150 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()
Dllvm-pdbutil.h85 extern llvm::cl::opt<bool> Typedefs;
Dllvm-pdbutil.cpp202 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/
DTypeDumper.cpp41 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/
Dregex-filter.test21 ; NO_FILTER: Typedefs
41 ; EXCLUDE_TYPEDEFS: Typedefs
51 ; EXCLUDE_ENUMS: Typedefs
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dpretty-func-dumper.test22 ; TYPEDEF: Typedefs:
Dregex-filter.test28 ; NO_FILTER: Typedefs
/external/antlr/runtime/C/doxygen/
Druntime.dox26 /// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which…
Ddoxygengroups.dox20 /// \defgroup apistructures API Typedefs and Structs
/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-symbol-format.test27 ; TYPES_FORMAT: Typedefs
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-symbol-format.test30 ; TYPES_FORMAT: Typedefs
/external/clang/test/SemaObjC/
Dparameterized_classes_arc.m50 // Typedefs are fine, just silently ignore them.
/external/clang/test/Modules/
Dredecl-merge.m80 // FIXME: Typedefs aren't actually merged in the sense of other merges, because
/external/clang/test/SemaObjCXX/
Dparameterized_classes_arc.mm50 // Typedefs are fine, just silently ignore them.
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst23 Typedefs: unaryfunc, binaryfunc, ternaryfunc, inquiry, intargfunc,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst23 Typedefs: unaryfunc, binaryfunc, ternaryfunc, inquiry, coercion, intargfunc,
/external/clang/docs/
DInternalsManual.rst820 Typedefs in C make semantic analysis a bit more complex than it would be without