Home
last modified time | relevance | path

Searched refs:location_type (Results 1 – 10 of 10) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dlexer.h44 int yylex(BisonParser::semantic_type *lval, BisonParser::location_type *lloc) { in yylex()
49 std::string text(const BisonParser::location_type& loc) const { in text()
131 BisonParser::location_type *yylloc_;
Dparser.h55 void set_loc(Node *n, const BisonParser::location_type &loc) const;
Dparser.yy40 ebpf::cc::BisonParser::location_type *yylloc,
618 void ebpf::cc::BisonParser::error(const ebpf::cc::BisonParser::location_type &loc,
625 ebpf::cc::BisonParser::location_type *yylloc,
Dparser.cc212 void Parser::set_loc(Node *n, const BisonParser::location_type &loc) const { in set_loc()
/external/v8/tools/clang/plugins/
DChromeClassTester.cpp53 LocationType location_type = ClassifyLocation(location); in CheckTag() local
54 if (location_type == LocationType::kThirdParty) in CheckTag()
70 CheckChromeClass(location_type, location, record); in CheckTag()
DChromeClassTester.h64 virtual void CheckChromeClass(LocationType location_type,
DFindBadConstructsConsumer.cpp260 void FindBadConstructsConsumer::CheckChromeClass(LocationType location_type, in CheckChromeClass() argument
289 if (location_type != LocationType::kBlink) in CheckChromeClass()
1043 LocationType location_type = in CheckVarDecl() local
1045 if (location_type != LocationType::kThirdParty) { in CheckVarDecl()
DFindBadConstructsConsumer.h60 void CheckChromeClass(LocationType location_type,
/external/ImageMagick/coders/
Dviff.c194 location_type, in ReadVIFFImage() member
312 viff_info.location_type=ReadBlobLong(image); in ReadVIFFImage()
372 if (viff_info.location_type != VFF_LOC_IMPLICIT) in ReadVIFFImage()
924 location_type, in WriteVIFFImage() member
1022 viff_info.location_type=VFF_LOC_IMPLICIT; in WriteVIFFImage()
1095 (void) WriteBlobMSBLong(image,viff_info.location_type); in WriteVIFFImage()
/external/vixl/src/aarch32/
Ddisasm-aarch32.h202 PrintLabel(LocationType location_type, in PrintLabel() argument
205 : location_type_(location_type), in PrintLabel()
229 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand() argument
230 : location_type_(location_type), operand_(operand) {} in PrintMemOperand()
240 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand() argument
242 : location_type_(location_type), operand_(operand) {} in PrintAlignedMemOperand()