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

1 2

  /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/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 130 case BuiltinType::UInt128:
CodeGenTypes.cpp 463 case BuiltinType::UInt128:
  /external/clang/lib/AST/
TypeLoc.cpp 312 case BuiltinType::UInt128:
NSAPI.cpp 443 case BuiltinType::UInt128:
Type.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 41 BTCASE(UInt128);
459 TKIND(UInt128);
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 616 case BuiltinType::UInt128:
  /external/clang/lib/Sema/
Sema.cpp 166 DeclarationName UInt128 = &Context.Idents.get("__uint128_t");
167 if (IdResolver.begin(UInt128) == IdResolver.end())
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 593 case BuiltinType::UInt128:
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 49 {"unsigned __int128*", SimpleTypeKind::UInt128},
  /external/clang/include/clang/AST/
TypeLoc.h 540 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 558 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 558 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 558 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
    [all...]

Completed in 1259 milliseconds

1 2