/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 150 auto *Check = in generateCreationChecksForBinOp() local 159 auto *Check = in generateCreationChecksForBinOp() local 201 Value *Check = in generateCreationChecks() local 214 Value *Check = in generateCreationChecks() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 308 bool PythonBytes::Check(PyObject *py_obj) { in Check() function in PythonBytes 353 bool PythonByteArray::Check(PyObject *py_obj) { in Check() function in PythonByteArray 394 bool PythonString::Check(PyObject *py_obj) { in Check() function in PythonString 458 bool PythonInteger::Check(PyObject *py_obj) { in Check() function in PythonInteger 507 bool PythonBoolean::Check(PyObject *py_obj) { in Check() function in PythonBoolean 536 bool PythonList::Check(PyObject *py_obj) { in Check() function in PythonList 615 bool PythonTuple::Check(PyObject *py_obj) { in Check() function in PythonTuple 659 bool PythonDictionary::Check(PyObject *py_obj) { in Check() function in PythonDictionary 793 bool PythonModule::Check(PyObject *py_obj) { in Check() function in PythonModule 806 bool PythonCallable::Check(PyObject *py_obj) { in Check() function in PythonCallable [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 151 auto P = [DR, Pred](const MallocOverflowCheck &Check) { in Erase() 217 denomExtVal](const MallocOverflowCheck &Check) { in CheckAssignmentExpr() 283 for (const MallocOverflowCheck &Check : PossibleMallocOverflows) { in OutputPossibleOverflows() local
|
H A D | CastValueChecker.cpp | 472 const CastCheck &Check = Lookup->first; in evalCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | KCFI.cpp | 76 MachineInstr *Check = TLI->EmitKCFICheck(MBB, MBBI, TII); in emitCheck() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMasking.cpp | 668 [&](MachineInstr *Check) { in tryRecordVCmpxAndSaveexecSequence() 672 {Exec, SaveExecSrc0->getReg()}); in tryRecordVCmpxAndSaveexecSequence() 716 MI, [&](MachineInstr *Check) { return Check == VCmp; }, NonDefRegs, in tryRecordVCmpxAndSaveexecSequence()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GenericConvergenceVerifierImpl.h | 34 #define Check(C, ...) \ macro
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_environment_test.cc | 90 void Check(bool condition, const char* msg) { in Check() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 56 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForDevice() local
|
H A D | SemaHLSL.cpp | 950 llvm::function_ref<bool(clang::QualType PassedType)> Check) { in CheckArgsTypesAreCorrect()
|
H A D | SemaDeclCXX.cpp | 1701 auto Check = [&](SourceLocation Loc, QualType T, const FieldDecl *FD) { in CheckConstexprDestructorSubobjects() local 5977 void Check(FunctionProtoTypeLoc TL, Sema::AbstractDiagSelID Sel) { Check() function 5988 void Check(ArrayTypeLoc TL, Sema::AbstractDiagSelID Sel) { Check() function 5992 void Check(TemplateSpecializationTypeLoc TL, Sema::AbstractDiagSelID Sel) { Check() function 7050 auto Check = [](QualType T, auto &&Check) -> bool { CheckCompletedCXXClass() local 9134 for (auto &Check : Overriding) CheckDelayedMemberExceptionSpecs() local 9139 for (auto &Check : Equivalent) CheckDelayedMemberExceptionSpecs() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 206 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
|
H A D | LoopUtils.cpp | 1883 [&](const RuntimePointerCheck &Check) { in expandBounds()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ModuloSchedule.h | 391 MachineBasicBlock *Check = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 968 llvm::Value *Check = nullptr; in EmitFloatConversionCheck() local 1056 llvm::Value *Check = nullptr; in EmitIntegerTruncationCheckHelper() local 1103 Check = in EmitIntegerTruncationCheck() local 1170 llvm::Value *Check = nullptr; in EmitIntegerSignChangeCheckHelper() local 1227 Check; in EmitIntegerSignChangeCheck() local 1276 llvm::Value *Check = nullptr; in EmitBitfieldTruncationCheckHelper() local 1303 llvm::Value *Check = nullptr; in EmitBitfieldSignChangeCheckHelper() local 1345 Check; in EmitBitfieldConversionCheck() local 1733 SanitizerHandler Check; in EmitBinOpCheck() local
|
H A D | CGExpr.cpp | 1199 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal) in EmitBoundsCheckImpl() local 1917 llvm::Value *Check; in EmitScalarRangeCheck() local 3536 llvm::Value *Check = Checked[i].first; in EmitCheck() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 406 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
|
H A D | LoopDistribute.cpp | 907 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
|
H A D | GuardWidening.cpp | 822 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 173 #define Check(C, ...) \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 126 HexagonMCChecker *Check) { in canonicalizePacketImpl() argument 174 HexagonMCChecker *Check, in canonicalizePacket() argument [all...] |
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 1543 for (auto &Check : Def->getImmChecks()) in createRangeChecks() local 1736 for (auto &Check : Def->getImmChecks()) in createSMERangeChecks() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1457 void Check() { in Check() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 1779 DeferredIntrinsicMatchPair &Check = DeferredChecks[I]; in matchIntrinsicSignature() local
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 2166 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() function in FileCheckString
|