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 20 class UInt128 {
22 UInt128() : high_bits_(0), low_bits_(0) { }
23 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { }
249 UInt128 fractionals128 = UInt128(fractionals, 0);
  /external/clang/lib/Serialization/
ASTCommon.cpp 54 case BuiltinType::UInt128:
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 126 case BuiltinType::UInt128:
CodeGenTypes.cpp 451 case BuiltinType::UInt128:
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp 528 case BuiltinType::UInt128:
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 312 case BuiltinType::UInt128:
NSAPI.cpp 443 case BuiltinType::UInt128:
Type.cpp     [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 41 BTCASE(UInt128);
451 TKIND(UInt128);
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 611 case BuiltinType::UInt128:
  /external/clang/lib/Sema/
Sema.cpp 163 DeclarationName UInt128 = &Context.Idents.get("__uint128_t");
164 if (IdResolver.begin(UInt128) == IdResolver.end())
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 574 case BuiltinType::UInt128:
  /external/clang/include/clang/AST/
TypeLoc.h 540 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
    [all...]
Type.h     [all...]

Completed in 977 milliseconds