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

  /external/clang/lib/CodeGen/
TargetInfo.cpp 380 return (Ty->isPromotableIntegerType() ?
395 return (RetTy->isPromotableIntegerType() ?
452 ABIArgInfo BaseInfo = (Ty->isPromotableIntegerType() ?
479 return (RetTy->isPromotableIntegerType() ?
722 return (RetTy->isPromotableIntegerType() ?
933 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 582 if (Ty->isPromotableIntegerType()) {
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 297 milliseconds