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

1 2

  /external/protobuf/src/google/protobuf/stubs/
int128_unittest.cc 31 #include <google/protobuf/stubs/int128.h>
43 TEST(Int128, AllTests) {
178 TEST(Int128, PodTests) {
257 TEST(Int128, OperatorAssignReturnRef) {
263 TEST(Int128, Multiply) {
316 TEST(Int128, AliasTests) {
329 TEST(Int128, DivideByZeroCheckFails) {
337 TEST(Int128, ModByZeroCheckFails) {
346 TEST(Int128, DivideAndMod) {
417 TEST(Int128, DivideAndModRandomInputs)
    [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 79 case BuiltinType::Int128:
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 49 Int128 = 0x0078, // 128 bit signed int
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 54 Int128 bool
187 TypeInt128 = &CompilerType{Name: "int128", size: 16, Int128: true}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 54 Int128 bool
187 TypeInt128 = &CompilerType{Name: "int128", size: 16, Int128: true}
  /external/clang/lib/AST/
TypeLoc.cpp 318 case BuiltinType::Int128:
NSAPI.cpp 441 case BuiltinType::Int128:
Type.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 50 BTCASE(Int128);
467 TKIND(Int128);
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 617 case BuiltinType::Int128:
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 464 case BuiltinType::Int128:
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 660 case "Bool", "Int8", "Int16", "Int32", "Int64", "Int128", "Float32", "Float64", "SymOff", "SymValAndOff", "SymInt32", "SizeAndAlign":
695 case "Flags", "Mem", "Void", "Int128":
AMD64Ops.go 374 {name: "MOVOload", argLength: 2, reg: fpload, asm: "MOVUPS", aux: "SymOff", typ: "Int128", faultOnNilArg0: true}, // load 16 bytes from arg0+auxint+aux. arg1=mem
426 {name: "MOVOconst", reg: regInfo{nil, 0, []regMask{fp}}, typ: "Int128", aux: "Int128", rematerializeable: true},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 660 case "Bool", "Int8", "Int16", "Int32", "Int64", "Int128", "Float32", "Float64", "SymOff", "SymValAndOff", "SymInt32", "SizeAndAlign":
695 case "Flags", "Mem", "Void", "Int128":
AMD64Ops.go 374 {name: "MOVOload", argLength: 2, reg: fpload, asm: "MOVUPS", aux: "SymOff", typ: "Int128", faultOnNilArg0: true}, // load 16 bytes from arg0+auxint+aux. arg1=mem
426 {name: "MOVOconst", reg: regInfo{nil, 0, []regMask{fp}}, typ: "Int128", aux: "Int128", rematerializeable: true},
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 162 DeclarationName Int128 = &Context.Idents.get("__int128_t");
163 if (IdResolver.begin(Int128) == IdResolver.end())
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 1479 milliseconds

1 2