Home
last modified time | relevance | path

Searched defs:Location (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/external/clang/tools/libclang/
DCXLoadedDiagnostic.h73 struct Location { struct
79 Location() : line(0), column(0), offset(0) {} in Location() argument
/external/llvm-project/clang/tools/libclang/
DCXLoadedDiagnostic.h72 struct Location { struct
78 Location() : line(0), column(0), offset(0) {} in Location() argument
/external/swiftshader/tests/regres/cov/
Dspan.go23 type Location struct { struct
24 Line, Column int
27 func (l Location) String() string {
32 func (l Location) Compare(o Location) int {
47 func (l Location) Before(o Location) bool { return l.Compare(o) == -1 }
50 func (l Location) After(o Location) bool { return l.Compare(o) == 1 }
/external/angle/src/compiler/preprocessor/
DInput.h33 struct Location struct
38 Location() : sIndex(0), cIndex(0) {} in Location() argument
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DInput.h39 struct Location struct
44 Location() : sIndex(0), cIndex(0) {} in Location() argument
/external/swiftshader/src/Reactor/
DReactorDebugInfo.hpp43 struct Location struct
45 FunctionLocation function;
46 unsigned int line = 0;
48 bool operator==(const Location &rhs) const { return function == rhs.function && line == rhs.line; } in operator ==()
49 bool operator!=(const Location &rhs) const { return !(*this == rhs); } in operator !=()
51 struct Hash
/external/llvm-project/clang/include/clang/Frontend/
DSerializedDiagnosticReader.h46 struct Location { struct
52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) in Location() argument
100 visitDiagnosticRecord(unsigned Severity, const Location &Location, in visitDiagnosticRecord()
/external/clang/include/clang/Frontend/
DSerializedDiagnosticReader.h46 struct Location { struct
51 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) in Location() argument
97 visitDiagnosticRecord(unsigned Severity, const Location &Location, in visitDiagnosticRecord()
/external/swiftshader/src/Vulkan/Debug/
DLocation.hpp26 struct Location struct
35 std::shared_ptr<File> file;
36 int line = 0; // 1 based. 0 represents no line.
37 int column = 0; // 1 based. 0 represents no particular column.
40 Location::Location(const std::shared_ptr<File> &file, int line, int column /* = 0 */) in Location() function in vk::dbg::Location
/external/llvm/include/llvm/CodeGen/
DStackMaps.h131 struct Location { struct
132 enum LocationType { argument
140 LocationType Type; argument
144 Location() : Type(Unprocessed), Size(0), Reg(0), Offset(0) {} in Location() argument
145 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location() function
/external/llvm-project/clang/include/clang/Analysis/
DProgramPoint.h245 static bool isKind(const ProgramPoint &Location) { in isKind()
266 static bool isKind(const ProgramPoint &Location) { in isKind()
288 static bool isKind(const ProgramPoint &Location) { in isKind()
306 static bool isKind(const ProgramPoint &Location) { in isKind()
329 static bool isKind(const ProgramPoint &Location) { in isKind()
353 static bool isKind(const ProgramPoint &Location) { in isKind()
368 static bool isKind(const ProgramPoint &Location) { in isKind()
425 static bool isKind(const ProgramPoint &Location) { in isKind()
452 static bool isKind(const ProgramPoint &Location) { in isKind()
466 static bool isKind(const ProgramPoint &Location) { in isKind()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.h110 struct Location struct
112 Location(unsigned array, unsigned arrayIdx, unsigned i, unsigned c) in Location() function
114 Location(const Location &l) in Location() function
135 typedef bimap<Location, Value *> ValueMap; argument
/external/deqp-deps/amber/src/
Ddebug.h35 struct Location { struct
43 Location location; argument
/external/clang/include/clang/Analysis/
DProgramPoint.h236 static bool isKind(const ProgramPoint &Location) { in isKind()
257 static bool isKind(const ProgramPoint &Location) { in isKind()
279 static bool isKind(const ProgramPoint &Location) { in isKind()
297 static bool isKind(const ProgramPoint &Location) { in isKind()
320 static bool isKind(const ProgramPoint &Location) { in isKind()
336 static bool isKind(const ProgramPoint &Location) { in isKind()
393 static bool isKind(const ProgramPoint &Location) { in isKind()
420 static bool isKind(const ProgramPoint &Location) { in isKind()
434 static bool isKind(const ProgramPoint &Location) { in isKind()
450 static bool isKind(const ProgramPoint &Location) { in isKind()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DLocation.java33 public class Location { class
42 public Location() { in Location() method in Location
52 public Location(byte tag, long classID, long methodID, long index) { in Location() method in Location
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h195 struct Location { struct
196 enum LocationType { argument
204 LocationType Type = Unprocessed; argument
209 Location() = default; argument
210 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location() argument
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DParsingContextExtTypeId2747Test.java27 static class Location implements Tag class in ParsingContextExtTypeId2747Test
31 protected Location() { } in Location() method in ParsingContextExtTypeId2747Test.Location
32 Location(String v) { value = v; } in Location() method in ParsingContextExtTypeId2747Test.Location
/external/llvm-project/llvm/include/llvm/CodeGen/
DStackMaps.h244 struct Location { struct
245 enum LocationType { argument
253 LocationType Type = Unprocessed; argument
258 Location() = default; argument
259 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location() argument
/external/clang/lib/CodeGen/
DCGLoopInfo.cpp23 llvm::DebugLoc Location) { in createMetadata()
118 llvm::DebugLoc Location) in LoopInfo()
123 void LoopInfoStack::push(BasicBlock *Header, llvm::DebugLoc Location) { in push()
131 llvm::DebugLoc Location) { in push()
/external/golang-protobuf/protoc-gen-go/generator/internal/remap/
Dremap.go45 type Location struct { struct
46 Pos, End int // End is exclusive
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DLexer.h24 struct Location { struct
25 std::shared_ptr<std::string> file; ///< filename.
26 int line; ///< line number.
27 int col; ///< column number.
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DLexer.h24 struct Location { struct
25 std::shared_ptr<std::string> file; ///< filename.
26 int line; ///< line number.
27 int col; ///< column number.
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DLexer.h24 struct Location { struct
25 std::shared_ptr<std::string> file; ///< filename.
26 int line; ///< line number.
27 int col; ///< column number.
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/
DLexer.h24 struct Location { struct
25 std::shared_ptr<std::string> file; ///< filename.
26 int line; ///< line number.
27 int col; ///< column number.
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DLexer.h24 struct Location { struct
25 std::shared_ptr<std::string> file; ///< filename.
26 int line; ///< line number.
27 int col; ///< column number.

12345678910>>...14