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

  /external/clang/lib/Serialization/
ASTCommon.cpp 50 case BuiltinType::LongDouble: ID = PREDEF_TYPE_LONGDOUBLE_ID; break;
  /external/clang/include/clang/Basic/
TargetInfo.h 128 LongDouble
  /external/clang/lib/AST/
TypeLoc.cpp 280 case BuiltinType::LongDouble:
NSAPI.cpp 341 case BuiltinType::LongDouble:
Type.cpp 785 BT->getKind() <= BuiltinType::LongDouble;
807 BT->getKind() <= BuiltinType::LongDouble;
816 BT->getKind() <= BuiltinType::LongDouble;
    [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 493 case BuiltinType::LongDouble:
537 // Test for Floating type first as LongDouble can pass isUnsignedIntegerType
ScanfFormatString.cpp 438 case BuiltinType::LongDouble:
  /external/clang/tools/libclang/
CXType.cpp 53 BTCASE(LongDouble);
452 TKIND(LongDouble);
CIndexUSRs.cpp 583 case BuiltinType::LongDouble:
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 364 case BuiltinType::LongDouble:
CGRTTI.cpp 189 case BuiltinType::LongDouble:
    [all...]
TargetInfo.cpp     [all...]
CGCall.cpp     [all...]
CGDebugInfo.cpp 509 case BuiltinType::LongDouble:
    [all...]
CGBuiltin.cpp 155 case BuiltinType::LongDouble: FnName = "fabsl"; break;
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 505 || (bk >= BuiltinType::Short && bk <= BuiltinType::LongDouble)
    [all...]
Type.h     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 587 milliseconds