HomeSort by relevance Sort by last modified time
    Searched refs:Underlying (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/AST/
ASTDiagnostic.cpp 80 QualType Underlying;
89 Underlying = CTy->desugar(); \
102 if (isa<VectorType>(Underlying))
106 if (const TagType *UTT = Underlying->getAs<TagType>())
113 QT = Underlying;
789 /// operator-> - Allow access to the underlying TemplateArgument.
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 804 Value *Underlying = TrampMem->stripPointerCasts();
805 if (Underlying != TrampMem &&
806 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
808 if (!isa<AllocaInst>(Underlying))
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 62 /// \brief Retrieve the underlying function or function template.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 413 * @param {ArrayBuffer} arrayBuffer Underlying buffer to use.
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
SemaOverload.cpp 875 // top of the underlying declaration.
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 463 milliseconds