/third_party/gn/src/gn/ |
D | location.h | 13 class Location { 15 Location(); 16 Location(const InputFile* file, int line_number, int column_number); 21 bool is_null() const { return *this == Location(); } in is_null() 23 bool operator==(const Location& other) const; 24 bool operator!=(const Location& other) const; 25 bool operator<(const Location& other) const; 26 bool operator<=(const Location& other) const; 27 bool operator>(const Location& other) const { return !(*this <= other); } 28 bool operator>=(const Location& other) const { return !(*this < other); } [all …]
|
D | location.cc | 13 Location::Location() = default; 15 Location::Location(const InputFile* file, int line_number, int column_number) in Location() function in Location 18 bool Location::operator==(const Location& other) const { in operator ==() 23 bool Location::operator!=(const Location& other) const { in operator !=() 27 bool Location::operator<(const Location& other) const { in operator <() 33 bool Location::operator<=(const Location& other) const { in operator <=() 39 std::string Location::Describe(bool include_column_number) const { in Describe() 60 LocationRange::LocationRange(const Location& begin, const Location& end) in LocationRange()
|
D | token.h | 61 Token(const Location& location, Type t, std::string_view v); 63 static Token ClassifyAndMake(const Location& location, std::string_view v); 67 const Location& location() const { return location_; } in location() 68 void set_location(Location location) { location_ = location; } in set_location() 72 Location(location_.file(), location_.line_number(), in range() 83 Location location_;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Location.hpp | 26 struct Location struct 28 Location() = default; 29 inline Location(const std::shared_ptr<File> &file, int line, int column = 0); 31 inline bool operator==(const Location &o) const; 32 inline bool operator!=(const Location &o) const; 33 inline bool operator<(const Location &o) const; 40 Location::Location(const std::shared_ptr<File> &file, int line, int column /* = 0 */) in Location() function in vk::dbg::Location 46 bool Location::operator==(const Location &o) const in operator ==() 51 bool Location::operator!=(const Location &o) const in operator !=() 56 bool Location::operator<(const Location &o) const in operator <() [all …]
|
/third_party/vixl/src/aarch32/ |
D | location-aarch32.h | 52 class Location : public LocationBase<int32_t> { 61 Location() in Location() function 65 Location() = delete; 66 Location(AllocatorWrapper allocator) 74 ~Location() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION { in ~Location() 99 Location::Offset /*pc*/, in Encode() 100 const Location* /*label*/) const { in Encode() argument 121 ForwardRef(const Location::EmitOperator* op, 134 const Location::EmitOperator* op() const { return op_; } in op() 151 const Location::EmitOperator* op_; [all …]
|
D | location-aarch32.cc | 36 bool Location::Needs16BitPadding(int32_t location) const { in Needs16BitPadding() 44 void Location::ResolveReferences(internal::AssemblerBase* assembler) { in ResolveReferences() 59 void Location::EncodeLocationFor(internal::AssemblerBase* assembler, in EncodeLocationFor() 61 const Location::EmitOperator* encoder) { in EncodeLocationFor() 87 void Location::AddForwardRef(int32_t instr_location, in AddForwardRef() 104 int Location::GetMaxAlignment() const { in GetMaxAlignment() 106 for (ForwardRefListIterator it(const_cast<Location*>(this)); !it.Done(); in GetMaxAlignment() 115 int Location::GetMinLocation() const { in GetMinLocation() 117 for (ForwardRefListIterator it(const_cast<Location*>(this)); !it.Done(); in GetMinLocation()
|
/third_party/glslang/Test/baseResults/ |
D | spv.loopsArtificial.frag.out | 33 Decorate 11(BaseColor) Location 11 34 Decorate 17(bigColor4) Location 6 35 Decorate 27(d4) Location 15 36 Decorate 80(d13) Location 16 37 Decorate 140(gl_FragColor) Location 0 38 Decorate 142(bigColor) Location 0 39 Decorate 143(bigColor1_1) Location 1 40 Decorate 144(bigColor1_2) Location 2 41 Decorate 145(bigColor1_3) Location 3 42 Decorate 146(bigColor2) Location 4 [all …]
|
D | spv.earlyReturnDiscard.frag.out | 27 Decorate 11(BaseColor) Location 9 28 Decorate 14(otherColor) Location 3 29 Decorate 17(c) Location 4 30 Decorate 19(d) Location 0 31 Decorate 25(bigColor) Location 1 32 Decorate 30(smallColor) Location 2 33 Decorate 39(minimum) Location 8 34 Decorate 51(threshhold) Location 5 35 Decorate 63(threshhold2) Location 6 36 Decorate 105(gl_FragColor) Location 0 [all …]
|
D | spv.types.frag.out | 51 Decorate 96(u_i) Location 0 53 Decorate 98(i_i) Location 8 55 Decorate 105(u_i2) Location 1 57 Decorate 107(i_i2) Location 9 59 Decorate 114(u_i3) Location 2 61 Decorate 116(i_i3) Location 10 63 Decorate 123(u_i4) Location 3 65 Decorate 125(i_i4) Location 11 66 Decorate 132(u_f) Location 4 67 Decorate 134(i_f) Location 12 [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 130 class Location class in vk::DescriptorSetUpdateBuilder 133 static inline Location binding (deUint32 binding_) in binding() 135 return Location(binding_, 0u); in binding() 137 static inline Location bindingArrayElement (deUint32 binding_, deUint32 arrayElement) in bindingArrayElement() 139 return Location(binding_, arrayElement); in bindingArrayElement() 144 inline Location (deUint32 binding_, deUint32 arrayElement) in Location() function in vk::DescriptorSetUpdateBuilder::Location 184 const Location& destLocation, in writeSingle() 192 const Location& destLocation, in writeSingle() 200 const Location& destLocation, in writeSingle() 209 const Location& destLocation, in writeSingle() [all …]
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | entry_point_validation_test.cc | 57 {Stage(ast::PipelineStage::kFragment)}, {Location(0)}); in TEST_F() 95 {Location(Source{{13, 43}}, 0), in TEST_F() 113 "Output", {Member("a", ty.f32(), {Location(0)}), in TEST_F() 134 {Location(Source{{13, 43}}, 0), in TEST_F() 157 "Output", {Member(Source{{13, 43}}, "a", ty.f32(), {Location(0)}), in TEST_F() 195 auto* param = Param("param", ty.f32(), {Location(0)}); in TEST_F() 218 {Location(Source{{13, 43}}, 0), in TEST_F() 236 "Input", {Member("a", ty.f32(), {Location(0)}), in TEST_F() 255 {Location(Source{{13, 43}}, 0), in TEST_F() 276 "Input", {Member(Source{{13, 43}}, "a", ty.f32(), {Location(0)}), in TEST_F() [all …]
|
/third_party/node/deps/v8/src/ast/ |
D | modules.h | 42 const Scanner::Location loc, 43 const Scanner::Location specifier_loc, Zone* zone); 49 const Scanner::Location loc, 50 const Scanner::Location specifier_loc, Zone* zone); 57 const Scanner::Location specifier_loc, Zone* zone); 66 const Scanner::Location loc, Zone* zone); 74 const Scanner::Location loc, 75 const Scanner::Location specifier_loc, Zone* zone); 80 const Scanner::Location loc, 81 const Scanner::Location specifier_loc, Zone* zone); [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | source.h | 63 class Location { 73 inline bool operator<(const Source::Location& rhs) { 80 inline bool operator==(const Location& rhs) const { 87 inline bool operator!=(const Location& rhs) const { 100 inline constexpr explicit Range(const Location& loc) in Range() 106 inline constexpr Range(const Location& b, const Location& e) in Range() 129 Location begin; 131 Location end; 143 inline explicit Source(const Location& loc) : range(Range(loc)) {} in Source() 214 const Source::Location& loc) {
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/float32/comparison/ |
D | frexpstruct_3_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 181 OpDecorate %ndx_in Location 0 184 OpDecorate %frexp_x_out Location 0 186 OpDecorate %frexp_exp_out Location 1 188 OpDecorate %frexpStruct_x_out Location 2 190 OpDecorate %frexpStruct_exp_out Location 3 376 OpDecorate %frexp_x_out Location 0 378 OpDecorate %frexp_x_in Location 0 380 OpDecorate %frexp_exp_out Location 1 [all …]
|
D | frexpstruct_1_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 181 OpDecorate %ndx_in Location 0 184 OpDecorate %frexp_x_out Location 0 186 OpDecorate %frexp_exp_out Location 1 188 OpDecorate %frexpStruct_x_out Location 2 190 OpDecorate %frexpStruct_exp_out Location 3 372 OpDecorate %frexp_x_out Location 0 374 OpDecorate %frexp_x_in Location 0 376 OpDecorate %frexp_exp_out Location 1 [all …]
|
D | modfstruct_4_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 179 OpDecorate %ndx_in Location 0 182 OpDecorate %modf_x_out Location 0 184 OpDecorate %modf_i_out Location 1 186 OpDecorate %modfStruct_x_out Location 2 188 OpDecorate %modfStruct_i_out Location 3 368 OpDecorate %modf_x_out Location 0 370 OpDecorate %modf_x_in Location 0 372 OpDecorate %modf_i_out Location 1 [all …]
|
D | frexpstruct_4_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 181 OpDecorate %ndx_in Location 0 184 OpDecorate %frexp_x_out Location 0 186 OpDecorate %frexp_exp_out Location 1 188 OpDecorate %frexpStruct_x_out Location 2 190 OpDecorate %frexpStruct_exp_out Location 3 374 OpDecorate %frexp_x_out Location 0 376 OpDecorate %frexp_x_in Location 0 378 OpDecorate %frexp_exp_out Location 1 [all …]
|
D | modfstruct_1_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 179 OpDecorate %ndx_in Location 0 182 OpDecorate %modf_x_out Location 0 184 OpDecorate %modf_i_out Location 1 186 OpDecorate %modfStruct_x_out Location 2 188 OpDecorate %modfStruct_i_out Location 3 367 OpDecorate %modf_x_out Location 0 369 OpDecorate %modf_x_in Location 0 371 OpDecorate %modf_i_out Location 1 [all …]
|
D | frexpstruct_2_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 181 OpDecorate %ndx_in Location 0 184 OpDecorate %frexp_x_out Location 0 186 OpDecorate %frexp_exp_out Location 1 188 OpDecorate %frexpStruct_x_out Location 2 190 OpDecorate %frexpStruct_exp_out Location 3 376 OpDecorate %frexp_x_out Location 0 378 OpDecorate %frexp_x_in Location 0 380 OpDecorate %frexp_exp_out Location 1 [all …]
|
D | modfstruct_2_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 179 OpDecorate %ndx_in Location 0 182 OpDecorate %modf_x_out Location 0 184 OpDecorate %modf_i_out Location 1 186 OpDecorate %modfStruct_x_out Location 2 188 OpDecorate %modfStruct_i_out Location 3 370 OpDecorate %modf_x_out Location 0 372 OpDecorate %modf_x_in Location 0 374 OpDecorate %modf_i_out Location 1 [all …]
|
D | modfstruct_3_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 179 OpDecorate %ndx_in Location 0 182 OpDecorate %modf_x_out Location 0 184 OpDecorate %modf_i_out Location 1 186 OpDecorate %modfStruct_x_out Location 2 188 OpDecorate %modfStruct_i_out Location 3 370 OpDecorate %modf_x_out Location 0 372 OpDecorate %modf_x_in Location 0 374 OpDecorate %modf_i_out Location 1 [all …]
|
D | modfstruct_4_vert.amber | 82 OpDecorate %position Location 0 90 OpDecorate %modf_x_out Location 0 92 OpDecorate %modf_i_out Location 1 94 OpDecorate %modfStruct_x_out Location 2 96 OpDecorate %modfStruct_i_out Location 3 237 OpDecorate %modf_x_out Location 0 239 OpDecorate %modf_x_in Location 0 240 OpDecorate %modf_i_out Location 1 242 OpDecorate %modf_i_in Location 1 243 OpDecorate %modfStruct_x_out Location 2 [all …]
|
D | modfstruct_4_geom.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 183 OpDecorate %ndx_in Location 0 185 OpDecorate %modf_x_out Location 0 187 OpDecorate %modf_i_out Location 1 189 OpDecorate %modfStruct_x_out Location 2 191 OpDecorate %modfStruct_i_out Location 3 334 OpDecorate %modf_x_out Location 0 336 OpDecorate %modf_x_in Location 0 337 OpDecorate %modf_i_out Location 1 [all …]
|
D | frexpstruct_4_geom.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 185 OpDecorate %ndx_in Location 0 187 OpDecorate %frexp_x_out Location 0 189 OpDecorate %frexp_exp_out Location 1 191 OpDecorate %frexpStruct_x_out Location 2 193 OpDecorate %frexpStruct_exp_out Location 3 340 OpDecorate %frexp_x_out Location 0 342 OpDecorate %frexp_x_in Location 0 343 OpDecorate %frexp_exp_out Location 1 [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | span.go | 23 type Location struct { struct 27 func (l Location) String() string { argument 32 func (l Location) Compare(o Location) int { argument 47 func (l Location) Before(o Location) bool { return l.Compare(o) == -1 } argument 50 func (l Location) After(o Location) bool { return l.Compare(o) == 1 } argument 54 Start, End Location
|