Home
last modified time | relevance | path

Searched defs:CheckResult (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp58 struct CheckResult { struct
60 CharSourceRange ConstRange;
63 llvm::SmallVector<clang::FixItHint, 4> Hints;
66 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs;
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DRedundantStrcatCallsCheck.cpp48 void removeCallLeaveArgs(const CallExpr *Call, StrCatCheckResult *CheckResult) { in removeCallLeaveArgs()
63 StrCatCheckResult *CheckResult) { in processArgument()
83 StrCatCheckResult CheckResult; in processCall() local
125 const StrCatCheckResult CheckResult = processCall(RootCall, IsAppend, Result); in check() local
/llvm-project/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py33 class CheckResult(gdb.Command): global() class
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp859 Value *CheckResult = nullptr; emitCheckInternal() local
875 Value *CheckResult = nullptr; emitCheckInternal() local
888 Value *CheckResult = nullptr; emitCheckInternal() local
930 Value *CheckResult = emitCheckInternal(V, ShadowV, Builder, Loc); emitCheck() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2946 llvm::Value *CheckResult = Builder.CreateExtractValue(CheckedLoad, 1); EmitVTableTypeCheckedLoad() local
H A DItaniumCXXABI.cpp706 llvm::Value *CheckResult = nullptr; EmitLoadOfMemberFunctionPointer() local