/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SerializedDiagnosticReader.h | 46 struct Location { struct 52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) in Location() argument 100 visitDiagnosticRecord(unsigned Severity, const Location &Location, in visitDiagnosticRecord() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 239 static bool isKind(const ProgramPoint &Location) { in isKind() 260 static bool isKind(const ProgramPoint &Location) { in isKind() 283 static bool isKind(const ProgramPoint &Location) { in isKind() 301 static bool isKind(const ProgramPoint &Location) { in isKind() 324 static bool isKind(const ProgramPoint &Location) { in isKind() 348 static bool isKind(const ProgramPoint &Location) { in isKind() 363 static bool isKind(const ProgramPoint &Location) { in isKind() 420 static bool isKind(const ProgramPoint &Location) { in isKind() 447 static bool isKind(const ProgramPoint &Location) { in isKind() 461 static bool isKind(const ProgramPoint &Location) { in isKind() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 261 struct Location { struct 262 enum LocationType : uint16_t { argument 270 LocationType Type = Unprocessed; argument 275 Location() = default; argument 276 Location(LocationType Type, uint16_t Size, uint16_t Reg, int32_t Offset) in Location() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 46 Location() : Kind(LK_Null) {} in Location() function 47 Location(SourceLocation Loc) : in Location() function 49 Location(MemoryLocation Loc) : in Location() function 52 Location(const SymbolizedStackHolder &Stack) : in Location() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 238 json::Object ArtifactLocationObject{{"uri", Location.URI}}; in createPhysicalLocation() local 203 createThreadFlowLocation(json::Object && Location,const ThreadFlowImportance & Importance) createThreadFlowLocation() argument 225 const SarifArtifactLocation &Location = createPhysicalLocation() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugSuppression.cpp | 130 PathDiagnosticLocation Location = R.getLocation(); in isSuppressed() local 138 bool BugSuppression::isSuppressed(const PathDiagnosticLocation &Location, in isSuppressed() argument
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 143 struct Location { global() struct 147 LocationLocation Location() argument 169 getVALocation global() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 141 unsigned Location = NextLocalOffset; createLocal() local 156 void *Location = Code.data() + Reloc - align(sizeof(int32_t)); emitLabel() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.h | 74 PathDiagnosticLocation Location; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.h | 57 void setLocation(SDValue Val, SDValue Location) { in setLocation()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 86 computeOffset(ProgramStateRef State,SValBuilder & SVB,SVal Location) computeOffset() argument 262 getExceedsMsgs(ASTContext & ACtx,const SubRegion * Region,NonLoc Offset,NonLoc Extent,SVal Location) getExceedsMsgs() argument 332 const SVal Location = C.getSVal(E); performCheck() local
|
H A D | PointerIterationChecker.cpp | 44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt, in emitDiagnostics() local
|
H A D | PointerSortingChecker.cpp | 44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt, in emitDiagnostics() local
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 133 PathDiagnosticLocation Location = PathDiagnosticLocation::createBegin( in emitDiagnostics() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 505 LVLocation *Location = Locations->front(); in calculateCoverage() local 629 LVLocation *Location = Locations->front(); in print() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 35 std::string Location; variable 309 bool doPrintLocation(const LVLocation *Location) const { in doPrintLocation()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AddDiscriminators.cpp | 153 using Location = std::pair<StringRef, unsigned>; in addDiscriminators() typedef
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CTagsEmitter.cpp | 34 Tag(StringRef Name,const SMLoc Location) Tag() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86DiscriminateMemOps.cpp | 49 using Location = std::pair<StringRef, unsigned>; typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 47 DPValue(Metadata * Location,DILocalVariable * DV,DIExpression * Expr,const DILocation * DI,LocationType Type) DPValue() argument 62 createDPValue(Value * Location,DILocalVariable * DV,DIExpression * Expr,const DILocation * DI) createDPValue() argument 68 createDPValue(Value * Location,DILocalVariable * DV,DIExpression * Expr,const DILocation * DI,DPValue & InsertBefore) createDPValue() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 33 const ProgramPoint Location; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 302 unsigned Location : 24; global() member in TransferTracker::LocationAndQuality 459 for (auto Location : MTracker->locations()) { loadInlocs() local 530 for (auto Location : MTracker->locations()) { checkInstForNewValues() local 1084 for (auto Location : locations()) { writeRegMask() local 1142 for (auto Location : locations()) { dump() local 1150 for (auto Location : locations()) { dump_mloc_map() local 1652 for (auto Location : MTracker->locations()) { transferDebugInstrRef() local 2321 for (auto Location : MTracker->locations()) { produceMLocTransferFunction() local 2343 for (auto Location : MTracker->locations()) { produceMLocTransferFunction() local 2418 for (auto Location : MTracker->locations()) { mlocJoin() local 2507 for (auto Location : MTracker->locations()) { placeMLocPHIs() local 2643 for (auto Location : MTracker->locations()) buildMLocValueMap() local 2709 for (auto Location : MTracker->locations()) { buildMLocValueMap() local [all...] |
H A D | InstrRefBasedImpl.h | 44 unsigned Location; global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 93 auto Location = Tok.getLocation(); in process() local
|
/freebsd-src/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbmethod.c | 195 char *Location, in AcpiDbSetMethodBreakpoint() argument
|