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

  /external/clang/lib/CodeGen/
TargetInfo.cpp 404 return (Ty->isPromotableIntegerType() ?
419 return (RetTy->isPromotableIntegerType() ?
475 return (Ty->isPromotableIntegerType() ?
491 return (RetTy->isPromotableIntegerType() ?
738 return (RetTy->isPromotableIntegerType() ?
941 if (Ty->isPromotableIntegerType()) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
Type.h     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 343 argTy->isPromotableIntegerType()
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 687 if (Ty->isPromotableIntegerType()) {
    [all...]
SemaType.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 260 milliseconds