Home
last modified time | relevance | path

Searched defs:Int (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_map_test.cc73 struct Int { in TEST() struct
74 explicit Int(size_t value) : value(value) {} in TEST() function
75 Int() : value(0) { ADD_FAILURE(); } in TEST() argument
76 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST() function
78 bool operator==(const Int& other) const { return value == other.value; } in TEST()
79 size_t value; in TEST()
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest2-v1.cc1 typedef int Int; typedef
5 foo(Int, Char) in foo() argument
Dtest3-v0.cc3 typedef int Int; typedef
Dtest3-v1.cc3 typedef int Int; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIntervalIterator.h72 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval()
82 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval()
181 Interval *Int = new Interval(Header); in ProcessInterval() local
200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/third_party/typescript/tests/cases/compiler/
DinferentialTypingObjectLiteralMethod2.ts1 interface Int<T, U> { interface
DinferentialTypingObjectLiteralMethod1.ts1 interface Int<T, U> { interface
DexcessPropertyCheckWithMultipleDiscriminants.ts7 interface Int extends Base<number> { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h49 Int, enumerator
79 int64_t Int; member
/third_party/libabigail/tests/data/test-diff-filter/
Dtest4-v1.cc3 typedef int Int; typedef in C0
Dtest4-v0.cc3 typedef int Int; typedef
Dtest3-v1.cc13 typedef int Int; typedef
/third_party/gn/src/gn/
Dhash_table_base_unittest.cc28 class Int { class
30 explicit Int(int x) : x_(x) { creation_counter++; } in Int() function in Int
32 Int(const Int& other) : x_(other.x_) { creation_counter++; } in Int() function in Int
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Doperand.cc29 Operand Operand::Int(uint32_t val) { in Int() function in tint::writer::spirv::Operand
Dbinary_writer_test.cc51 TEST_F(BinaryWriterTest, Int) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dstring_utils_test.cpp25 TEST(ToString, Int) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dstring_utils_test.cpp25 TEST(ToString, Int) { in TEST() argument
/third_party/spirv-tools/test/
Dstring_utils_test.cpp25 TEST(ToString, Int) { in TEST() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DGLFormat.h33 enum ComponentType { Float, Int, Uint, DepthStencil }; enumerator
/third_party/vk-gl-cts/external/amber/src/src/
Dtype.cc54 std::unique_ptr<Number> Number::Int(uint32_t bits) { in Int() function in amber::type::Number
/third_party/skia/src/pdf/
DSkPDFUnion.h32 static SkPDFUnion Int(size_t v) { return SkPDFUnion::Int(SkToS32(v)); } in Int() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIntervalPartition.cpp67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors()
/third_party/glslang/gtests/
DCommon.cpp71 TEST(IntLog2, Int) { in TEST() argument
/third_party/rust/crates/bindgen/bindgen/ir/
Dint.rs31 Int, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp725 SMTExprRef mkBitvector(const llvm::APSInt Int, unsigned BitWidth) override { in mkBitvector()
736 llvm::APSInt Int = llvm::APSInt(Float.bitcastToAPInt(), false); in mkFloat() local
772 llvm::APSInt Int(Sort->getFloatSortSize(), true); in toAPFloat() local
790 llvm::APSInt &Int, bool useSemantics) { in toAPSInt()
827 bool getInterpretation(const SMTExprRef &Exp, llvm::APSInt &Int) override { in getInterpretation()

12345