Searched defs:Location (Results 51 - 75 of 112) sorted by relevance

12345

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp945 typedef nv50_ir::BuildUtil::Location Location; typedef in class:tgsi::Source
947 std::set<Location> locals;
1222 Location(decl->Declaration.File, decl->Dim.Index2D, i, c));
1255 if (decl->Interp.Location)
1609 inline const Location *getValueLocation(Subroutine *, Value *);
3983 inline const Converter::Location *
4000 const Converter::Location &l = *getValueLocation(subg, v);
4015 const Converter::Location *l = getValueLocation(sub, v);
/external/pdfium/xfa/fxfa/
H A Dcxfa_textparser.cpp41 Location, member in class:__anon18238::TabStopStatus
587 eStatus = TabStopStatus::Location;
605 eStatus = TabStopStatus::Location;
608 case TabStopStatus::Location:
/external/testng/src/main/java/org/testng/xml/
H A DTestNGContentHandler.java51 enum Location { enum in class:TestNGContentHandler
58 private Stack<Location> m_locations = new Stack<>();
127 pushLocation(Location.SUITE);
132 popLocation(Location.SUITE);
141 pushLocation(Location.SUITE);
224 popLocation(Location.SUITE);
257 if (m_locations.peek() == Location.TEST) {
271 pushLocation(Location.TEST);
332 popLocation(Location.TEST);
560 pushLocation(Location
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs150 public override void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs159 public override void Location(int line, int pos) method in class:Antlr.Runtime.Debug.Profiler
/external/clang/include/clang/Analysis/
H A DProgramPoint.h236 static bool isKind(const ProgramPoint &Location) { argument
237 return Location.getKind() == BlockEntranceKind;
257 static bool isKind(const ProgramPoint &Location) { argument
258 return Location.getKind() == BlockExitKind;
279 static bool isKind(const ProgramPoint &Location) { argument
280 unsigned k = Location.getKind();
297 static bool isKind(const ProgramPoint &Location) { argument
298 return Location.getKind() == PreStmtKind;
320 static bool isKind(const ProgramPoint &Location) { argument
321 unsigned k = Location
336 isKind(const ProgramPoint &Location) argument
393 isKind(const ProgramPoint &Location) argument
420 isKind(const ProgramPoint &Location) argument
434 isKind(const ProgramPoint &Location) argument
450 isKind(const ProgramPoint &Location) argument
466 isKind(const ProgramPoint &Location) argument
490 isKind(const ProgramPoint &Location) argument
519 isKind(const ProgramPoint &Location) argument
542 isKind(const ProgramPoint &Location) argument
560 isKind(const ProgramPoint &Location) argument
577 isKind(const ProgramPoint &Location) argument
608 isKind(const ProgramPoint &Location) argument
631 isKind(const ProgramPoint &Location) argument
652 isKind(const ProgramPoint &Location) argument
671 isKind(const ProgramPoint &Location) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h78 PathDiagnosticLocation Location; member in class:clang::ento::BugReport
157 : BT(bt), DeclWithIssue(nullptr), Description(desc), Location(l),
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h137 /// Use the "Data" and "Location" fields instead.
156 SourceLocation Location; member in class:clang::ento::CallEvent
177 Data(Original.Data), Location(Original.Location), RefCount(0) {}
746 Location = Trigger->getLocEnd();
753 SourceRange getSourceRange() const override { return Location; }
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp119 unsigned Severity, const serialized_diags::Location &Location,
124 std::error_code visitFixitRecord(const serialized_diags::Location &Start,
125 const serialized_diags::Location &End,
128 visitSourceRangeRecord(const serialized_diags::Location &Start,
129 const serialized_diags::Location &End) override;
835 SDiagsMerger::visitSourceRangeRecord(const serialized_diags::Location &Start,
836 const serialized_diags::Location &End) {
846 unsigned Severity, const serialized_diags::Location &Location,
845 visitDiagnosticRecord( unsigned Severity, const serialized_diags::Location &Location, unsigned Category, unsigned Flag, StringRef Message) argument
[all...]
/external/clang/lib/Lex/
H A DPreprocessor.cpp349 SourceLocation Location = Def.getLocation(); local
352 (Location.isValid() &&
353 SourceMgr.isBeforeInTranslationUnit(BestLocation, Location))) {
354 BestLocation = Location;
H A DModuleMap.cpp985 unsigned Location; member in struct:clang::MMToken
991 Location = 0;
999 return SourceLocation::getFromRawEncoding(Location);
1108 Tok.Location = LToken.getLocation().getRawEncoding();
/external/llvm/include/llvm/Transforms/Utils/
H A DMemorySSA.h881 : DefIterator(Info.first), Location(Info.second),
890 : DefIterator(), Location(), OriginalAccess(), WalkingPhi(false) {
919 if (WalkingPhi && Location.Ptr) {
921 const_cast<Value *>(Location.Ptr),
926 if (Translator.getAddr() != Location.Ptr) {
927 CurrentPair.second = Location.getWithNewPtr(Translator.getAddr());
931 CurrentPair.second = Location;
936 MemoryLocation Location; member in class:llvm::upward_defs_iterator
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp308 MachineLocation Location(RI->getFrameRegister(*Asm->MF));
309 if (RI->isPhysicalRegister(Location.getReg()))
310 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location);
514 MachineLocation Location(RegOp.getReg(),
516 addVariableAddress(DV, *VariableDie, Location);
743 MachineLocation Location) {
745 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
747 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
749 addAddress(Die, dwarf::DW_AT_location, Location);
754 const MachineLocation &Location) {
742 addVariableAddress(const DbgVariable &DV, DIE &Die, MachineLocation Location) argument
753 addAddress(DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
774 addComplexAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
[all...]
H A DDwarfUnit.cpp439 const MachineLocation &Location) {
477 if (Location.isReg())
478 validReg = addRegisterOpPiece(*Loc, Location.getReg());
480 validReg = addRegisterOffset(*Loc, Location.getReg(), Location.getOffset());
437 addBlockByrefAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
/external/vixl/src/aarch32/
H A Ddisasm-aarch32.h180 // TODO: Merge this class with PrintLabel below. This Location class
182 class Location { class in class:vixl::aarch32::Disassembler
186 Location(Offset immediate, Offset pc_offset) function in class:vixl::aarch32::Disassembler::Location
198 Location::Offset immediate_;
199 Location::Offset location_;
203 Location* offset,
204 Location::Offset position)
211 Location::Offset GetLocation() const { return location_; }
212 Location::Offset GetImmediate() const { return immediate_; }
639 void adr(Condition cond, EncodingSize size, Register rd, Location* locatio
[all...]
/external/clang/include/clang/Sema/
H A DInitialization.h114 unsigned Location; member in struct:clang::InitializedEntity::LN
126 unsigned Location; member in struct:clang::InitializedEntity::C
175 LocAndNRVO.Location = Loc.getRawEncoding();
194 Capture.Location = Loc.getRawEncoding();
395 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
402 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
428 return SourceLocation::getFromRawEncoding(Capture.Location);
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1855 SourceLocation Location) {
1859 Builder.CreateBitCast(CGM.EmitAnnotationUnit(Location), Int8PtrTy),
1860 CGM.EmitAnnotationLineNo(Location)
1852 EmitAnnotationCall(llvm::Value *AnnotationFn, llvm::Value *AnnotatedVal, StringRef AnnotationStr, SourceLocation Location) argument
/external/compiler-rt/lib/asan/
H A Dasan_report.cc74 const char *Location() { return Green(); } function in class:__asan::Decorator
296 str.append("%s", d.Location());
415 d.Location(), addr, pos_descr, d.EndLocation());
455 Printf("%s", d.Location());
519 str.append("%s", d.Location());
/external/llvm/include/llvm/Support/
H A DCommandLine.h1156 DataType *Location; // Where to store the object... member in class:llvm::opt_storage
1160 assert(Location && "cl::location(...) not specified for a command "
1166 opt_storage() : Location(nullptr) {}
1169 if (Location)
1171 Location = &L;
1178 *Location = V;
1185 return *Location;
1189 return *Location;
1332 StorageClass *Location; // Where to store the object... member in class:llvm::list_storage
1335 list_storage() : Location(
1506 unsigned *Location; // Where to store the bits... member in class:llvm::bits_storage
[all...]
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h1284 typedef const Char* Location; typedef in class:Json::Reader
1427 Location start_;
1428 Location end_;
1435 Location extra_;
1442 bool match(Location pattern, int patternLength);
1458 Location& current,
1459 Location end,
1462 Location& current,
1463 Location end,
1465 bool addError(const std::string& message, Token& token, Location extr
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h1026 DataType *Location; // Where to store the object... member in class:llvm::cl::opt_storage
1030 assert(Location != 0 && "cl::location(...) not specified for a command "
1035 opt_storage() : Location(0) {}
1038 if (Location)
1040 Location = &L;
1048 *Location = V;
1053 DataType &getValue() { check(); return *Location; }
1054 const DataType &getValue() const { check(); return *Location; }
1254 StorageClass *Location; // Where to store the object... member in class:llvm::cl::list_storage
1257 list_storage() : Location(
1423 unsigned *Location; // Where to store the bits... member in class:llvm::cl::bits_storage
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp201 MachineLocation Location) {
203 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
205 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
207 addAddress(Die, dwarf::DW_AT_location, Location);
243 const MachineLocation &Location) {
246 if (Location.isReg())
247 addRegisterOp(Block, Location.getReg());
249 addRegisterOffset(Block, Location.getReg(), Location.getOffset());
262 const MachineLocation &Location) {
200 addVariableAddress(DbgVariable *&DV, DIE *Die, MachineLocation Location) argument
242 addAddress(DIE *Die, unsigned Attribute, const MachineLocation &Location) argument
260 addComplexAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute, const MachineLocation &Location) argument
352 addBlockByrefAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute, const MachineLocation &Location) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMAsmPrinter.cpp220 MachineLocation Location; local
224 Location.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
228 return Location;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h1174 DataType *Location = nullptr; // Where to store the object... member in class:llvm::opt_storage
1178 assert(Location && "cl::location(...) not specified for a command "
1187 if (Location)
1189 Location = &L;
1196 *Location = V;
1203 return *Location;
1207 return *Location;
1350 StorageClass *Location = nullptr; // Where to store the object... member in class:llvm::list_storage
1356 if (Location)
1358 Location
1524 unsigned *Location = nullptr; // Where to store the bits... member in class:llvm::bits_storage
[all...]
/external/tensorflow/tensorflow/contrib/verbs/
H A Drdma.h77 enum Location { local, remote }; enum in namespace:tensorflow
489 inline void SetBufferStatus(Location loc, BufferStatus status) {

Completed in 5451 milliseconds

12345