Searched refs:LocationType (Results 1 – 8 of 8) sorted by relevance
/external/v8/tools/clang/plugins/ |
D | ChromeClassTester.cpp | 53 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()
|
D | ChromeClassTester.h | 36 enum class LocationType { enum 46 LocationType ClassifyLocation(clang::SourceLocation loc); 64 virtual void CheckChromeClass(LocationType location_type,
|
D | FindBadConstructsConsumer.cpp | 260 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()
|
D | FindBadConstructsConsumer.h | 60 void CheckChromeClass(LocationType location_type,
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 132 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/ |
D | StackMaps.h | 197 enum LocationType { enum 205 LocationType Type = Unprocessed; 211 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location()
|
/external/v8/src/compiler/ |
D | linkage.h | 144 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/ |
D | disasm-aarch32.h | 69 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()
|