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

  /external/v8/src/
fixed-dtoa.cc 42 class UInt128 {
44 UInt128() : high_bits_(0), low_bits_(0) { }
45 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { }
271 UInt128 fractionals128 = UInt128(fractionals, 0);
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 118 case BuiltinType::UInt128:
CodeGenTypes.cpp 370 case BuiltinType::UInt128:
CGRTTI.cpp 193 case BuiltinType::UInt128:
    [all...]
CGDebugInfo.cpp 457 case BuiltinType::UInt128:
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 37 case BuiltinType::UInt128: ID = PREDEF_TYPE_UINT128_ID; break;
  /external/clang/tools/libclang/
CXType.cpp 41 BTCASE(UInt128);
430 TKIND(UInt128);
CIndexUSRs.cpp 560 case BuiltinType::UInt128:
  /external/clang/lib/AST/
TypeLoc.cpp 242 case BuiltinType::UInt128:
NSAPI.cpp 342 case BuiltinType::UInt128:
Type.cpp 764 BT->getKind() <= BuiltinType::UInt128;
780 BT->getKind() <= BuiltinType::UInt128;
    [all...]
ASTContext.cpp 844 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128);
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 449 case BuiltinType::UInt128:
  /external/clang/lib/Sema/
Sema.cpp 139 DeclarationName UInt128 = &Context.Idents.get("__uint128_t");
140 if (IdResolver.begin(UInt128) == IdResolver.end())
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 471 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
    [all...]
Type.h     [all...]

Completed in 1208 milliseconds