Searched defs:Location (Results 26 - 50 of 112) sorted by relevance

12345

/external/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h46 struct Location { struct in namespace:clang::serialized_diags
51 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) function in struct:clang::serialized_diags::Location
97 visitDiagnosticRecord(unsigned Severity, const Location &Location, argument
109 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) {
113 virtual std::error_code visitSourceRangeRecord(const Location &Start,
114 const Location &End) {
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h46 SourceLocation Location; member in struct:clang::ExternalVTableUse
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h79 const ProgramPoint Location; member in class:clang::ento::CheckerContext
95 Location(loc),
244 (Tag ? Tag : Location.getTag()));
257 return addTransition(State, (Tag ? Tag : Location.getTag()));
336 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
H A DCoreEngine.h316 ProgramPoint &Location; member in class:clang::ento::NodeBuilderWithSinks
321 : NodeBuilder(Pred, DstSet, Ctx), Location(L) {}
326 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
332 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
H A DExplodedGraph.h111 /// Location - The program location (within a function body) associated
113 const ProgramPoint Location; member in class:clang::ento::ExplodedNode
127 : Location(loc), State(std::move(state)), Succs(IsSink) {
132 ProgramPoint getLocation() const { return Location; }
157 return Location.getAs<T>();
171 Profile(ID, Location, State, isSink());
290 /// \brief Retrieve the node associated with a (Location,State) pair,
291 /// where the 'Location' is a ProgramPoint in the CFG. If no node for
298 /// \brief Create a node for a (Location, State) pair,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp117 auto Location = RD->getLocation(); local
120 if (!Location.isValid())
123 BR->getSourceManager().getFileCharacteristic(Location);
/external/clang/unittests/Tooling/
H A DTestVisitor.h149 void Match(StringRef Name, SourceLocation Location) { argument
150 const FullSourceLoc FullLocation = this->Context->getFullLoc(Location);
177 bool Matches(StringRef Name, FullSourceLoc const &Location) const {
178 return MatchesName(Name) && MatchesLocation(Location);
181 bool PartiallyMatches(StringRef Name, FullSourceLoc const &Location) const {
182 return MatchesName(Name) || MatchesLocation(Location);
189 bool MatchesLocation(FullSourceLoc const &Location) const {
190 return Location.isValid() &&
191 Location.getSpellingLineNumber() == LineNumber &&
192 Location
206 UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) argument
[all...]
H A DRefactoringTest.cpp47 SourceLocation Location = Context.getLocation(ID, 1, 1); local
48 Replacement Replace(createReplacement(Location, 4, ""));
55 SourceLocation Location = Context.getLocation(ID, 1, 1); local
56 Replacement Replace(createReplacement(Location, 17, ""));
63 SourceLocation Location = Context.getLocation(ID, 1, 1); local
64 Replacement Replace(createReplacement(Location, 0, "result"));
72 SourceLocation Location = Context.getLocation(ID, 2, 3); local
73 Replacement Replace(createReplacement(Location, 12, "x"));
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.hpp121 class Location class in class:vk::DescriptorSetUpdateBuilder
124 static inline Location binding (deUint32 binding_)
126 return Location(binding_, 0u);
128 static inline Location bindingArrayElement (deUint32 binding_, deUint32 arrayElement)
130 return Location(binding_, arrayElement);
135 inline Location (deUint32 binding_, deUint32 arrayElement) function in class:vk::DescriptorSetUpdateBuilder::Location
173 const Location& destLocation,
181 const Location& destLocation,
189 const Location& destLocation,
197 const Location
[all...]
/external/jsoncpp/include/json/
H A Dreader.h34 typedef const Char* Location; typedef in class:Json::Reader
177 Location start_;
178 Location end_;
185 Location extra_;
193 bool match(Location pattern, int patternLength);
209 Location& current,
210 Location end,
213 Location& current,
214 Location end,
216 bool addError(const std::string& message, Token& token, Location extr
[all...]
/external/libusb/libusb/os/
H A Dhaiku_usb_backend.cpp230 fRawFD = open(dev->Location(), O_RDWR | O_CLOEXEC);
350 USBDevice::Location() const function in class:USBDevice
/external/llvm/include/llvm/CodeGen/
H A DStackMaps.h131 struct Location { struct in class:llvm::StackMaps
144 Location() : Type(Unprocessed), Size(0), Reg(0), Offset(0) {} function in struct:llvm::StackMaps::Location
145 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) function in struct:llvm::StackMaps::Location
191 typedef SmallVector<Location, 8> LocationVec;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp86 MachineLocation Location; local
90 Location.set(MI->getOperand(0).getReg(), MI->getOperand(2).getImm());
94 return Location;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86AsmPrinter.cpp667 MachineLocation Location; local
672 Location.set(MI->getOperand(0).getReg(), MI->getOperand(3).getImm());
676 return Location;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs216 public override void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc47 const char *Location() { return Green(); } function in class:__tsan::Decorator
173 Printf("%s", d.Location());
177 Printf(" Location is global '%s' of size %zu at %p (%s+%p)\n\n",
181 Printf(" Location is global '%s' at %p (%s+%p)\n\n", global.name,
186 Printf(" Location is heap block of size %zu at %p allocated by %s:\n",
191 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
193 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
195 Printf(" Location is file descriptor %d created by %s at:\n",
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_build_util.h110 struct Location struct in class:nv50_ir::BuildUtil
112 Location(unsigned array, unsigned arrayIdx, unsigned i, unsigned c) function in struct:nv50_ir::BuildUtil::Location
114 Location(const Location &l) function in struct:nv50_ir::BuildUtil::Location
117 bool operator==(const Location &l) const
123 bool operator<(const Location &l) const
135 typedef bimap<Location, Value *> ValueMap;
307 return !regOnly || m.r.count(Location(array, arrayIdx, i, c));
313 ValueMap::r_iterator it = m.r.find(Location(array, arrayIdx, i, c));
320 m.insert(Location(arra
[all...]
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor_pb2.py15 serialized_pb='\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xcb\x03\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x19\n\x11public_dependency\x18\n \x03(\x05\x12\x17\n\x0fweak_dependency\x18\x0b \x03(\x05\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12\x38\n\x07service\x18\x06 \x03(\x0b\x32\'.google.protobuf.ServiceDescriptorProto\x12\x38\n\textension\x18\x07 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12-\n\x07options\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.FileOptions\x12\x39\n\x10source_code_info\x18\t \x01(\x0b\x32\x1f.google.protobuf.SourceCodeInfo\"\xa9\x03\n\x0f\x44\x65scriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x05\x66ield\x18\x02 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x38\n\textension\x18\x06 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x35\n\x0bnested_type\x18\x03 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x04 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12H\n\x0f\x65xtension_range\x18\x05 \x03(\x0b\x32/.google.protobuf.DescriptorProto.ExtensionRange\x12\x30\n\x07options\x18\x07 \x01(\x0b\x32\x1f.google.protobuf.MessageOptions\x1a,\n\x0e\x45xtensionRange\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\"\x94\x05\n\x14\x46ieldDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x03 \x01(\x05\x12:\n\x05label\x18\x04 \x01(\x0e\x32+.google.protobuf.FieldDescriptorProto.Label\x12\x38\n\x04type\x18\x05 \x01(\x0e\x32*.google.protobuf.FieldDescriptorProto.Type\x12\x11\n\ttype_name\x18\x06 \x01(\t\x12\x10\n\x08\x65xtendee\x18\x02 \x01(\t\x12\x15\n\rdefault_value\x18\x07 \x01(\t\x12.\n\x07options\x18\x08 \x01(\x0b\x32\x1d.google.protobuf.FieldOptions\"\xb6\x02\n\x04Type\x12\x0f\n\x0bTYPE_DOUBLE\x10\x01\x12\x0e\n\nTYPE_FLOAT\x10\x02\x12\x0e\n\nTYPE_INT64\x10\x03\x12\x0f\n\x0bTYPE_UINT64\x10\x04\x12\x0e\n\nTYPE_INT32\x10\x05\x12\x10\n\x0cTYPE_FIXED64\x10\x06\x12\x10\n\x0cTYPE_FIXED32\x10\x07\x12\r\n\tTYPE_BOOL\x10\x08\x12\x0f\n\x0bTYPE_STRING\x10\t\x12\x0e\n\nTYPE_GROUP\x10\n\x12\x10\n\x0cTYPE_MESSAGE\x10\x0b\x12\x0e\n\nTYPE_BYTES\x10\x0c\x12\x0f\n\x0bTYPE_UINT32\x10\r\x12\r\n\tTYPE_ENUM\x10\x0e\x12\x11\n\rTYPE_SFIXED32\x10\x0f\x12\x11\n\rTYPE_SFIXED64\x10\x10\x12\x0f\n\x0bTYPE_SINT32\x10\x11\x12\x0f\n\x0bTYPE_SINT64\x10\x12\"C\n\x05Label\x12\x12\n\x0eLABEL_OPTIONAL\x10\x01\x12\x12\n\x0eLABEL_REQUIRED\x10\x02\x12\x12\n\x0eLABEL_REPEATED\x10\x03\"\x8c\x01\n\x13\x45numDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x03(\x0b\x32).google.protobuf.EnumValueDescriptorProto\x12-\n\x07options\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.EnumOptions\"l\n\x18\x45numValueDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x02 \x01(\x05\x12\x32\n\x07options\x18\x03 \x01(\x0b\x32!.google.protobuf.EnumValueOptions\"\x90\x01\n\x16ServiceDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x06method\x18\x02 \x03(\x0b\x32&.google.protobuf.MethodDescriptorProto\x12\x30\n\x07options\x18\x03 \x01(\x0b\x32\x1f.google.protobuf.ServiceOptions\"\x7f\n\x15MethodDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ninput_type\x18\x02 \x01(\t\x12\x13\n\x0boutput_type\x18\x03 \x01(\t\x12/\n\x07options\x18\x04 \x01(\x0b\x32\x1e.google.protobuf.MethodOptions\"\xe9\x03\n\x0b\x46ileOptions\x12\x14\n\x0cjava_package\x18\x01 \x01(\t\x12\x1c\n\x14java_outer_classname\x18\x08 \x01(\t\x12\"\n\x13java_multiple_files\x18\n \x01(\x08:\x05\x66\x61lse\x12,\n\x1djava_generate_equals_and_hash\x18\x14 \x01(\x08:\x05\x66\x61lse\x12\x46\n\x0coptimize_for\x18\t \x01(\x0e\x32).google.protobuf.FileOptions.OptimizeMode:\x05SPEED\x12\x12\n\ngo_package\x18\x0b \x01(\t\x12\"\n\x13\x63\x63_generic_services\x18\x10 \x01(\x08:\x05\x66\x61lse\x12$\n\x15java_generic_services\x18\x11 \x01(\x08:\x05\x66\x61lse\x12\"\n\x13py_generic_services\x18\x12 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\":\n\x0cOptimizeMode\x12\t\n\x05SPEED\x10\x01\x12\r\n\tCODE_SIZE\x10\x02\x12\x10\n\x0cLITE_RUNTIME\x10\x03*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\xb8\x01\n\x0eMessageOptions\x12&\n\x17message_set_wire_format\x18\x01 \x01(\x08:\x05\x66\x61lse\x12.\n\x1fno_standard_descriptor_accessor\x18\x02 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\xbe\x02\n\x0c\x46ieldOptions\x12:\n\x05\x63type\x18\x01 \x01(\x0e\x32#.google.protobuf.FieldOptions.CType:\x06STRING\x12\x0e\n\x06packed\x18\x02 \x01(\x08\x12\x13\n\x04lazy\x18\x05 \x01(\x08:\x05\x66\x61lse\x12\x19\n\ndeprecated\x18\x03 \x01(\x08:\x05\x66\x61lse\x12\x1c\n\x14\x65xperimental_map_key\x18\t \x01(\t\x12\x13\n\x04weak\x18\n \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\"/\n\x05\x43Type\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x43ORD\x10\x01\x12\x10\n\x0cSTRING_PIECE\x10\x02*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"x\n\x0b\x45numOptions\x12\x19\n\x0b\x61llow_alias\x18\x02 \x01(\x08:\x04true\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"b\n\x10\x45numValueOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"`\n\x0eServiceOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"_\n\rMethodOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x9e\x02\n\x13UninterpretedOption\x12;\n\x04name\x18\x02 \x03(\x0b\x32-.google.protobuf.UninterpretedOption.NamePart\x12\x18\n\x10identifier_value\x18\x03 \x01(\t\x12\x1a\n\x12positive_int_value\x18\x04 \x01(\x04\x12\x1a\n\x12negative_int_value\x18\x05 \x01(\x03\x12\x14\n\x0c\x64ouble_value\x18\x06 \x01(\x01\x12\x14\n\x0cstring_value\x18\x07 \x01(\x0c\x12\x17\n\x0f\x61ggregate_value\x18\x08 \x01(\t\x1a\x33\n\x08NamePart\x12\x11\n\tname_part\x18\x01 \x02(\t\x12\x14\n\x0cis_extension\x18\x02 \x02(\x08\"\xb1\x01\n\x0eSourceCodeInfo\x12:\n\x08location\x18\x01 \x03(\x0b\x32(.google.protobuf.SourceCodeInfo.Location\x1a\x63\n\x08Location\x12\x10\n\x04path\x18\x01 \x03(\x05\x42\x02\x10\x01\x12\x10\n\x04span\x18\x02 \x03(\x05\x42\x02\x10\x01\x12\x18\n\x10leading_comments\x18\x03 \x01(\t\x12\x19\n\x11trailing_comments\x18\x04 \x01(\tB)\n\x13\x63om.google.protobufB\x10\x44\x65scriptorProtosH\x01')
1093 name='Location',
1094 full_name='google.protobuf.SourceCodeInfo.Location',
1100 name='path', full_name='google.protobuf.SourceCodeInfo.Location.path', index=0,
1107 name='span', full_name='google.protobuf.SourceCodeInfo.Location.span', index=1,
1114 name='leading_comments', full_name='google.protobuf.SourceCodeInfo.Location.leading_comments', index=2,
1121 name='trailing_comments', full_name='google.protobuf.SourceCodeInfo.Location.trailing_comments', index=3,
1336 class Location(_message.Message): class in class:SourceCodeInfo
1340 # @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo.Location)
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasAnalysis.h19 // This API identifies memory regions with the Location class. The pointer
97 /// Location - A description of a memory location.
98 struct Location { struct in class:llvm::AliasAnalysis
111 explicit Location(const Value *P = 0, uint64_t S = UnknownSize, function in struct:llvm::AliasAnalysis::Location
115 Location getWithNewPtr(const Value *NewPtr) const {
116 Location Copy(*this);
121 Location getWithNewSize(uint64_t NewSize) const {
122 Location Copy(*this);
127 Location getWithoutTBAATag() const {
128 Location Cop
[all...]
/external/vixl/src/aarch32/
H A Dlocation-aarch32.h52 class Location : public LocationBase<int32_t> { class in namespace:vixl::aarch32
60 Location() function in class:vixl::aarch32::Location
66 ~Location() VIXL_THROW_IN_NEGATIVE_TESTING_MODE(std::runtime_error) {
69 VIXL_ABORT_WITH_MSG("Location, label or literal used but not bound.\n");
90 Location::Offset /*pc*/,
91 const Location* /*label*/) const {
112 ForwardRef(const Location::EmitOperator* op,
125 const Location::EmitOperator* op() const { return op_; }
142 const Location::EmitOperator* op_;
172 explicit ForwardRefListIterator(Location* locatio
230 Location(uint32_t type, int size, int alignment) function in class:vixl::aarch32::Location
234 explicit Location(Offset location) function in class:vixl::aarch32::Location
[all...]
/external/clang/include/clang/Lex/
H A DMacroInfo.h39 SourceLocation Location; member in class:clang::MacroInfo
120 SourceLocation getDefinitionLoc() const { return Location; }
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h194 class Location { class in namespace:clang::ento::check
542 SVal Location; member in struct:clang::ento::ImplicitNullDerefEvent
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp246 SourceLocation Location; local
247 Location.Line = Line;
248 Location.Column = Code.data() - StartOfLine.data() + 1;
249 return Location;
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h53 /// \brief Location at which a diagnostic can be emitted. Either a
55 class Location { class in namespace:__ubsan
67 Location() : Kind(LK_Null) {} function in class:__ubsan::Location
68 Location(SourceLocation Loc) : function in class:__ubsan::Location
70 Location(MemoryLocation Loc) : function in class:__ubsan::Location
72 // SymbolizedStackHolder must outlive Location object.
73 Location(const SymbolizedStackHolder &Stack) : function in class:__ubsan::Location
104 Location Start, End;
111 Location getStart() const { return Start; }
112 Location getEn
[all...]
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h322 uint64_t Location = Address & 0x7fffffff; local
323 if (Location & 0x04000000)
324 Location |= (uint64_t) ~0x7fffffff;
325 return Location + Place;

Completed in 2905 milliseconds

12345