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

  /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/clang/lib/Analysis/
FormatString.cpp 878 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl();
881 const IdentifierInfo *Identifier = Typedef->getIdentifier();
900 QualType T = Typedef->getUnderlyingType();
904 Typedef = cast<TypedefType>(T)->getDecl();
  /external/llvm/test/tools/llvm-pdbdump/Inputs/
ClassLayoutTest.cpp 7 typedef int NestedTypedef;
24 typedef int Typedef;
28 Typedef TypedefVar;
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 58 typedef decltype(IPDBRawSymbol::Func()) ReturnType; \
317 InsertItemWithTag(PDB_SymType::Typedef);
379 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...]
tpm_table.py 19 from structure_generator import Typedef
154 be typedef'ed from.
259 break # The underlying type is not a typedef
264 self._AddToHfile('typedef %s %s;' % (old_type, new_type))
267 self._type_map[new_type] = Typedef(old_type, new_type)
578 self._AddToHfile('typedef struct {')
659 self._AddToHfile('typedef union {')
662 self._AddToHfile('typedef union {')
666 self._AddToHfile('typedef struct {')
  /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 271 class Typedef(object):
272 """Represents a TPM typedef.
275 old_type: The existing type in a typedef statement.
276 new_type: The new type in a typedef statement.
279 _TYPEDEF = 'typedef %(old_type)s %(new_type)s;\n'
299 """Initializes a Typedef instance.
302 old_type: The existing type in a typedef statement.
303 new_type: The new type in a typedef statement.
309 """Writes a typedef definition to |out_file|.
323 """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/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 387 // Create the new typedef
388 TypedefNameDecl *Typedef;
390 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
393 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
396 Typedef->setInvalidDecl();
398 // If the old typedef was the name for linkage purposes of an anonymous
399 // tag decl, re-establish that relationship for the new typedef.
405 newTag->setTypedefNameForAnonDecl(Typedef);
417 // If the typedef types are not identical, reject them.
418 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef);
    [all...]
TreeTransform.h     [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 30 typedef IPDBEnumChildren<PDBSymbol> IPDBEnumSymbols;
31 typedef IPDBEnumChildren<IPDBSourceFile> IPDBEnumSourceFiles;
32 typedef IPDBEnumChildren<IPDBDataStream> IPDBEnumDataStreams;
33 typedef IPDBEnumChildren<IPDBLineNumber> IPDBEnumLineNumbers;
289 Typedef,
537 typedef llvm::PDB_SymType argument_type;
538 typedef std::size_t result_type;
  /external/clang/lib/AST/
ASTContext.cpp 150 // If location of the typedef name is in a macro, it is because being
479 // Attach any tag type's documentation to its typedef if latter
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 2376 milliseconds