Home
last modified time | relevance | path

Searched defs:Location (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h46 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()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h239 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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h261 struct Location { struct
275 Location() = default; argument
276 Location(LocationType Type, uint16_t Size, uint16_t Reg, int32_t Offset) in Location() argument
262 LocationTypeLocation global() argument
270 TypeLocation global() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h66 Location() : Kind(LK_Null) {} Location() function
67 Location(SourceLocation Loc) : Location() function
69 Location(MemoryLocation Loc) : Location() function
72 Location(const SymbolizedStackHolder &Stack) : Location() function
[all...]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp202 createThreadFlowLocation(json::Object &&Location, in createThreadFlowLocation()
224 const SarifArtifactLocation &Location = in createPhysicalLocation() local
237 const SarifArtifactLocation &Location = I->second.Location; in createPhysicalLocation() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp130 PathDiagnosticLocation Location = R.getLocation(); in isSuppressed() local
138 bool BugSuppression::isSuppressed(const PathDiagnosticLocation &Location, in isSuppressed()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h144 struct Location { struct
148 Location(const InputSection *isec, uint64_t offset) in Location() argument
170 std::vector<Location> locations; argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h74 PathDiagnosticLocation Location; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h57 void setLocation(SDValue Val, SDValue Location) { in setLocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h35 std::string Location; variable
309 bool doPrintLocation(const LVLocation *Location) const { in doPrintLocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp505 LVLocation *Location = Locations->front(); in calculateCoverage() local
629 LVLocation *Location = Locations->front(); in print() local
H A DLVScope.cpp151 void LVScope::addObject(LVLocation *Location) { in addObject() argument
249 LVLocation *Location = getReader().createLocation(); in addObject() local
1371 addInvalidLocation(LVLocation * Location) addInvalidLocation() argument
1377 addInvalidRange(LVLocation * Location) addInvalidRange() argument
1477 for (const LVLocation *Location : Entry.second) printWarnings() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp199 unsigned Location = NextLocalOffset; in createLocal() local
214 void *Location = Code.data() + Reloc - align(sizeof(int32_t)); in emitLabel() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp156 using LocationDiscriminatorMap = DenseMap<Location, unsigned>; in addDiscriminators() typedef
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerIterationChecker.cpp44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt, in emitDiagnostics() local
H A DPointerSortingChecker.cpp44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt, in emitDiagnostics() local
H A DArrayBoundCheckerV2.cpp171 computeOffset(ProgramStateRef State, SValBuilder &SVB, SVal Location) { in computeOffset()
407 NonLoc Offset, NonLoc Extent, SVal Location, in getExceedsMsgs()
551 const SVal Location = C.getSVal(E); in performCheck() local
H A DObjCAutoreleaseWriteChecker.cpp133 PathDiagnosticLocation Location = PathDiagnosticLocation::createBegin( in emitDiagnostics() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp35 Tag(StringRef Name, const SMLoc Location) : Id(Name) { in Tag()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp49 using Location = std::pair<StringRef, unsigned>; typedef
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h33 const ProgramPoint Location; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp306 unsigned Location : 24; member in TransferTracker::LocationAndQuality
482 for (auto Location : MTracker->locations()) { in loadInlocs() local
555 for (auto Location : MTracker->locations()) { in checkInstForNewValues() local
1116 for (auto Location : locations()) { in writeRegMask() local
1174 for (auto Location : locations()) { in dump() local
1182 for (auto Location : locations()) { in dump_mloc_map() local
1683 for (auto Location : MTracker->locations()) { in transferDebugInstrRef() local
2355 for (auto Location : MTracker->locations()) { in produceMLocTransferFunction() local
2377 for (auto Location : MTracker->locations()) { in produceMLocTransferFunction() local
2452 for (auto Location : MTracker->locations()) { in mlocJoin() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp64 DbgVariableRecord::DbgVariableRecord(Metadata *Location, DILocalVariable *DV, in DbgVariableRecord()
179 DbgVariableRecord::createDbgVariableRecord(Value *Location, DILocalVariable *DV, in createDbgVariableRecord()
187 Value *Location, DILocalVariable *DV, DIExpression *Expr, in createDbgVariableRecord()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp93 auto Location = Tok.getLocation(); in process() local
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c195 char *Location, in AcpiDbSetMethodBreakpoint()

1234