Home
last modified time | relevance | path

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

12345678

/external/clang/tools/libclang/
DCXLoadedDiagnostic.h73 struct Location { struct
79 Location() : line(0), column(0), offset(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/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/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/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/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h196 struct Location { struct
197 enum LocationType { argument
205 LocationType Type = Unprocessed; argument
210 Location() = default; argument
211 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location() argument
/external/perf_data_converter/src/
Dperf_data_handler.h56 struct Location { struct
57 Location() : ip(0), mapping(nullptr) {} in Location() function
66 Location from; argument
/external/golang-protobuf/protoc-gen-go/generator/internal/remap/
Dremap.go45 type Location struct { struct
46 Pos, End int // End is exclusive
/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/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h98 struct Location { struct
111 explicit Location(const Value *P = 0, uint64_t S = UnknownSize, argument
115 Location getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() argument
121 Location getWithNewSize(uint64_t NewSize) const { in getWithNewSize() argument
127 Location getWithoutTBAATag() const { in getWithoutTBAATag() argument
/external/libchrome/base/
Dlocation.cc21 Location::Location(const char* file_name, const void* program_counter) in Location() function in base::Location
24 Location::Location(const char* function_name, in Location() function in base::Location
/external/mockito/src/main/java/org/mockito/invocation/
DLocation.java10 public interface Location { interface
/external/v8/src/parsing/
Dscanner.h208 struct Location { struct
209 Location(int b, int e) : beg_pos(b), end_pos(e) { } in Location() function
210 Location() : beg_pos(0), end_pos(0) { } in Location() function
216 static Location invalid() { return Location(-1, -1); } in invalid() argument
223 static const int kNoOctalLocation = -1; argument
/external/vixl/src/aarch32/
Dlocation-aarch32.h60 Location() in Location() function
91 const Location* /*label*/) const { in Encode()
230 Location(uint32_t type, int size, int alignment) in Location() function
234 explicit Location(Offset location) in Location() function
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCFIVerify.rst21 Location chapter
/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp46 struct Location { struct
47 std::string file_path;
48 int line_number = -1;
59 std::string function_name;
/external/bcc/src/cc/
Dusdt.h176 struct Location { struct
180 Location(uint64_t addr, const std::string &bin_path, const char *arg_fmt); argument
/external/bcc/src/cc/includes/
Dusdt.h176 struct Location { struct
180 Location(uint64_t addr, const std::string &bin_path, const char *arg_fmt); argument
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h67 Location() : Kind(LK_Null) {} in Location() function
68 Location(SourceLocation Loc) : in Location() function
70 Location(MemoryLocation Loc) : in Location() function
73 Location(const SymbolizedStackHolder &Stack) : in Location() function
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DLocation.java90 public interface Location extends Mirror, Comparable<Location> { interface
/external/tensorflow/tensorflow/lite/g3doc/models/object_detection/
Doverview.md157 ### Location subsection
/external/tensorflow/tensorflow/python/autograph/pyct/
Dorigin_info.py47 class Location( class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h60 void setLocation(SDValue Val, SDValue Location) { in setLocation()

12345678