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

1 2

  /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/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/unittests/DebugInfo/PDB/
PDBApiTest.cpp 59 typedef decltype(IPDBRawSymbol::Func()) ReturnType; \
344 InsertItemWithTag(PDB_SymType::Typedef);
406 VerifyDyncast<PDBSymbolTypeTypedef>(PDB_SymType::Typedef);
  /external/tpm2/generator/
structure_generator.py 139 typedef union {
252 # A function to marshal a TPM typedef.
262 # typedef. After the value is unmarshaled, additional validation code is
371 Can only be called on Typedef, ConstantType, AttributeStruct, and
408 class Typedef(TPMType):
409 """Represents a TPM typedef.
412 old_type: The existing type in a typedef statement.
413 new_type: The new type in a typedef statement.
415 # A function to unmarshal a TPM typedef with no extra validation.
426 """Initializes a Typedef instance
    [all...]
  /system/media/camera/docs/
metadata_model.py 35 Typedef: A node corresponding to a <typedef> element under <types>.
199 types: An iterable of all Typedef instances available in the graph.
263 def insert_type(self, type_name, type_selector="typedef", **kwargs):
269 type_selector: The selector for the type, e.g. 'typedef'
271 Args (if type_selector == 'typedef'):
275 metadata.insert_type('rectangle', 'typedef',
283 if type_selector != 'typedef':
288 self._types.append(Typedef(type_name, self, kwargs.get('languages')))
631 class Typedef(Node)
1246 def typedef(self): member in class:Entry
    [all...]
  /system/tpm/trunks/generator/
generator.py 273 class Typedef(object):
274 """Represents a TPM typedef.
277 old_type: The existing type in a typedef statement.
278 new_type: The new type in a typedef statement.
281 _TYPEDEF = 'typedef %(old_type)s %(new_type)s;\n'
301 """Initializes a Typedef instance.
304 old_type: The existing type in a typedef statement.
305 new_type: The new type in a typedef statement.
311 """Writes a typedef definition to |out_file|.
325 """Writes a typedef definition to |out_file|
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 272 class Typedef(_GenericDeclaration):
693 # Keep the state whether we are currently handling a typedef or not.
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 273 class Typedef(_GenericDeclaration):
694 # Keep the state whether we are currently handling a typedef or not.
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 273 class Typedef(_GenericDeclaration):
694 # Keep the state whether we are currently handling a typedef or not.
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
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/
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/
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/
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-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
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/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
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/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
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/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
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/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
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...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 501 // Create the new typedef
502 TypedefNameDecl *Typedef;
504 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
507 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
510 Typedef->setInvalidDecl();
512 // If the old typedef was the name for linkage purposes of an anonymous
513 // tag decl, re-establish that relationship for the new typedef.
519 newTag->setTypedefNameForAnonDecl(Typedef);
531 // If the typedef types are not identical, reject them.
532 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 151 // If location of the typedef name is in a macro, it is because being
480 // Attach any tag type's documentation to its typedef if latter
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 733 milliseconds

1 2