HomeSort by: relevance | last modified time | path
    Searched refs:Attributed (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 117 TKCASE(Attributed);
130 // Handle attributed types as the original type
610 TKIND(Attributed);
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 274 case Type::Attributed: {
ASTStructuralEquivalence.cpp 923 case Type::Attributed:
ItaniumMangle.cpp 2241 case Type::Attributed:
ASTContext.cpp 2343 case Type::Attributed:
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2228 case Type::Attributed:
CGDebugInfo.cpp 3170 case Type::Attributed:
3361 case Type::Attributed:
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 4404 "Expected a macro qualified type to only wrap attributed types.");
4411 /// Return this attributed type's modified type with no qualifiers attached to
4658 /// An attributed type is a type to which a type attribute has been applied.
4660 /// The "modified type" is the fully-sugared type to which the attributed
4662 /// attributed type. The "equivalent type" is the minimally-desugared type
4665 /// For example, in the following attributed type:
4682 : Type(Attributed, canon, equivalent->getDependence()),
4763 return T->getTypeClass() == Attributed;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 256 /// Get an attributed type for the given attribute, and remember the Attr
273 // Attributed type still should be an attributed type after replacement.
284 /// Extract and remove the Attr* for a given attributed type.
292 // attributed type.
6559 // applied to non-objc pointer. We will create an attributed type but
6782 // Make an attributed type to preserve the source information.
6804 Attributed,
6845 Stack.push_back(Attributed);
6897 case Attributed
    [all...]
SemaExpr.cpp 4416 case Type::Attributed:
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 5400 # Callers and callees sorted by metric: Attributed Total CPU Time
8025 # Attributed User CPU Time=a.user : for calltree - see P37 in manual
9193 # Attributed User CPU Time=a.user : for calltree - see P37 in manual
10707 $am =~ s/Exclusive/Attributed/;
13932 $msg = "total attributed to this metric ";
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 5400 # Callers and callees sorted by metric: Attributed Total CPU Time
8025 # Attributed User CPU Time=a.user : for calltree - see P37 in manual
9193 # Attributed User CPU Time=a.user : for calltree - see P37 in manual
10707 $am =~ s/Exclusive/Attributed/;
13932 $msg = "total attributed to this metric ";

Completed in 116 milliseconds