Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp150 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 DPythonDataObjects.cpp308 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 DMallocOverflowSecurityChecker.cpp151 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 DCastValueChecker.cpp472 const CastCheck &Check = Lookup->first; in evalCall() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DKCFI.cpp76 MachineInstr *Check = TLI->EmitKCFICheck(MBB, MBBI, TII); in emitCheck() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp668 [&](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 DGenericConvergenceVerifierImpl.h34 #define Check(C, ...) \ macro
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_environment_test.cc90 void Check(bool condition, const char* msg) { in Check() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp56 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForDevice() local
H A DSemaHLSL.cpp950 llvm::function_ref<bool(clang::QualType PassedType)> Check) { in CheckArgsTypesAreCorrect()
H A DSemaDeclCXX.cpp1701 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 DLoopVersioning.cpp206 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
H A DLoopUtils.cpp1883 [&](const RuntimePointerCheck &Check) { in expandBounds()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h391 MachineBasicBlock *Check = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp968 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 DCGExpr.cpp1199 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 DLoopLoadElimination.cpp406 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
H A DLoopDistribute.cpp907 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
H A DGuardWidening.cpp822 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp173 #define Check(C, ...) \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp126 HexagonMCChecker *Check) { in canonicalizePacketImpl() argument
174 HexagonMCChecker *Check, in canonicalizePacket() argument
[all...]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1543 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 DParseStmt.cpp1457 void Check() { in Check() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1779 DeferredIntrinsicMatchPair &Check = DeferredChecks[I]; in matchIntrinsicSignature() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2166 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() function in FileCheckString

12