HomeSort by relevance Sort by last modified time
    Searched refs:Typedef (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/clang/test/Index/
comment-cplus11-specific.cpp 14 //! This is documentation for the typedef (which shows up).
15 typedef inner::Opaque Typedef;
16 // CHECK: (CXComment_Text Text=[ This is documentation for the typedef (which shows up).])))]
22 typedef inner::Opaque NoDocTypedef;
  /external/clang/test/Modules/Inputs/no-linkage/
decls.h 3 typedef int Typedef;
  /external/clang/test/Modules/
no-linkage.cpp 7 struct Typedef { int n; }; // expected-note {{candidate}}
11 typedef int Struct; // expected-note {{candidate}}
31 use(Typedef().n);
46 use(Typedef().n); // expected-error {{ambiguous}}
  /external/llvm/test/tools/llvm-pdbdump/Inputs/
ClassLayoutTest.cpp 7 typedef int NestedTypedef;
24 typedef int Typedef;
28 Typedef TypedefVar;
  /external/tpm2/generator/
structure_generator_test.py 25 typedef = structure_generator.Typedef('int', 'INT')
26 typedef2 = structure_generator.Typedef('INT', 'INT2')
27 typemap = {'INT': typedef}
37 typedef = structure_generator.Typedef('int', 'UINT16')
41 typemap = {'UINT16': typedef}
51 typedef = structure_generator.Typedef('int', 'UINT16')
56 typemap = {'UINT16': typedef}
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
PDBTypes.h 32 typedef IPDBEnumChildren<PDBSymbol> IPDBEnumSymbols;
33 typedef IPDBEnumChildren<IPDBSourceFile> IPDBEnumSourceFiles;
34 typedef IPDBEnumChildren<IPDBDataStream> IPDBEnumDataStreams;
35 typedef IPDBEnumChildren<IPDBLineNumber> IPDBEnumLineNumbers;
113 typedef codeview::CPUType PDB_Cpu;
145 typedef codeview::CallingConvention PDB_CallingConv;
149 typedef codeview::SourceLanguage PDB_Lang;
186 Typedef,
358 typedef llvm::pdb::PDB_SymType argument_type;
359 typedef std::size_t result_type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
PDBTypes.h 33 typedef IPDBEnumChildren<PDBSymbol> IPDBEnumSymbols;
34 typedef IPDBEnumChildren<IPDBSourceFile> IPDBEnumSourceFiles;
35 typedef IPDBEnumChildren<IPDBDataStream> IPDBEnumDataStreams;
36 typedef IPDBEnumChildren<IPDBLineNumber> IPDBEnumLineNumbers;
107 typedef codeview::CPUType PDB_Cpu;
139 typedef codeview::CallingConvention PDB_CallingConv;
143 typedef codeview::SourceLanguage PDB_Lang;
180 Typedef,
352 typedef llvm::pdb::PDB_SymType argument_type;
353 typedef std::size_t result_type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
PDBTypes.h 33 typedef IPDBEnumChildren<PDBSymbol> IPDBEnumSymbols;
34 typedef IPDBEnumChildren<IPDBSourceFile> IPDBEnumSourceFiles;
35 typedef IPDBEnumChildren<IPDBDataStream> IPDBEnumDataStreams;
36 typedef IPDBEnumChildren<IPDBLineNumber> IPDBEnumLineNumbers;
107 typedef codeview::CPUType PDB_Cpu;
139 typedef codeview::CallingConvention PDB_CallingConv;
143 typedef codeview::SourceLanguage PDB_Lang;
180 Typedef,
352 typedef llvm::pdb::PDB_SymType argument_type;
353 typedef std::size_t result_type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeTypedef.h 1 //===- PDBSymbolTypeTypedef.h - typedef type info ---------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
  /external/llvm/tools/llvm-pdbdump/
TypeDumper.cpp 46 while (auto Typedef = Typedefs->getNext())
47 Typedef->dump(*this);
  /system/tpm/trunks/generator/
generator_test.py 34 typedef = generator.Typedef('int', 'INT')
38 # Expect this to just write the typedef.
39 typedef.OutputForward(out_file, defined_types, typemap)
41 typedef.Output(out_file, defined_types, typemap)
42 self.assertEqual(out_file.getvalue(), 'typedef int INT;\n')
44 typedef2 = generator.Typedef('TYPE1', 'TYPE2')
48 # Expect this to write first TYPE1 forward then TYPE2 typedef.
50 output_re = r'struct TYPE1;\s+typedef TYPE1 TYPE2;\s+'
59 typedef = generator.Typedef('int', 'INT'
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 909 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl();
912 const IdentifierInfo *Identifier = Typedef->getIdentifier();
931 QualType T = Typedef->getUnderlyingType();
935 Typedef = cast<TypedefType>(T)->getDecl();
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbol.cpp 85 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef)
  /frameworks/compile/slang/
slang_rs_export_element.cpp 144 // Following the typedef chain to see whether it's an element name like
145 // rs_pixel_rgb or its alias (via typedef).
147 if (T->getTypeClass() != clang::Type::Typedef) {
  /external/clang/lib/AST/
TypePrinter.cpp 182 case Type::Typedef:
694 // cdecl function typedef used to declare a member function with the
930 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl())
931 OS << Typedef->getIdentifier()->getName() << "::";
966 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) {
967 assert(Typedef->getIdentifier() && "Typedef without identifier?");
968 OS << Typedef->getIdentifier()->getName();
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 59 typedef decltype(IPDBRawSymbol::Func()) ReturnType; \
344 InsertItemWithTag(PDB_SymType::Typedef);
406 VerifyDyncast<PDBSymbolTypeTypedef>(PDB_SymType::Typedef);
  /external/clang/lib/Serialization/
ASTCommon.cpp 246 case Decl::Typedef:

Completed in 485 milliseconds

1 2 3 4 5