Home
last modified time | relevance | path

Searched refs:LocationType (Results 1 – 8 of 8) sorted by relevance

/external/v8/tools/clang/plugins/
DChromeClassTester.cpp53 LocationType location_type = ClassifyLocation(location); in CheckTag()
54 if (location_type == LocationType::kThirdParty) in CheckTag()
74 ChromeClassTester::LocationType ChromeClassTester::ClassifyLocation( in ClassifyLocation()
77 return LocationType::kThirdParty; in ClassifyLocation()
83 return LocationType::kThirdParty; in ClassifyLocation()
90 return LocationType::kThirdParty; in ClassifyLocation()
105 return LocationType::kThirdParty; in ClassifyLocation()
110 return LocationType::kBlink; in ClassifyLocation()
120 return LocationType::kThirdParty; in ClassifyLocation()
123 return LocationType::kChrome; in ClassifyLocation()
DChromeClassTester.h36 enum class LocationType { enum
46 LocationType ClassifyLocation(clang::SourceLocation loc);
64 virtual void CheckChromeClass(LocationType location_type,
DFindBadConstructsConsumer.cpp260 void FindBadConstructsConsumer::CheckChromeClass(LocationType location_type, in CheckChromeClass()
289 if (location_type != LocationType::kBlink) in CheckChromeClass()
479 LocationType type = in ReportIfSpellingLocNotIgnored()
481 bool ignored = type == LocationType::kThirdParty; in ReportIfSpellingLocNotIgnored()
482 if (type == LocationType::kBlink) { in ReportIfSpellingLocNotIgnored()
650 LocationType type = ClassifyLocation(manager.getSpellingLoc(loc)); in CheckVirtualBodies()
651 if (type == LocationType::kThirdParty || type == LocationType::kBlink) in CheckVirtualBodies()
1043 LocationType location_type = in CheckVarDecl()
1045 if (location_type != LocationType::kThirdParty) { in CheckVarDecl()
DFindBadConstructsConsumer.h60 void CheckChromeClass(LocationType location_type,
/external/llvm/include/llvm/CodeGen/
DStackMaps.h132 enum LocationType { enum
140 LocationType Type;
145 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h197 enum LocationType { enum
205 LocationType Type = Unprocessed;
211 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location()
/external/v8/src/compiler/
Dlinkage.h144 enum LocationType { REGISTER, STACK_SLOT }; enum
146 class TypeField : public BitField<LocationType, 0, 1> {};
152 LinkageLocation(LocationType type, int32_t location, in LinkageLocation()
/external/vixl/src/aarch32/
Ddisasm-aarch32.h69 enum LocationType { enum
197 LocationType location_type_;
202 PrintLabel(LocationType location_type, in PrintLabel()
211 LocationType GetLocationType() const { return location_type_; } in GetLocationType()
225 LocationType location_type_;
229 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand()
231 LocationType GetLocationType() const { return location_type_; } in GetLocationType()
236 LocationType location_type_;
240 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand()
243 LocationType GetLocationType() const { return location_type_; } in GetLocationType()