Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp149 auto *Check = in generateCreationChecksForBinOp() local
158 auto *Check = in generateCreationChecksForBinOp() local
200 Value *Check = in generateCreationChecks() local
213 Value *Check = in generateCreationChecks() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DGuardUtils.cpp124 Value *Check = Worklist.pop_back_val(); in parseCondition() local
144 parseCondition(Condition, [&](Value *Check) { in parseWidenableGuard()
161 parseCondition(Condition, [&](Value *Check) { in extractWidenableCondition()
H A DLint.cpp168 #define Check(C, ...) \ macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DCFGuard.h22 enum class Mechanism { Check, Dispatch }; enumerator
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DKCFI.cpp75 MachineInstr *Check = TLI->EmitKCFICheck(MBB, MBBI, TII); in emitCheck() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp51 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForSYCLDevice() local
/freebsd-14.2/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-14.2/contrib/googletest/googletest/test/
H A Dgtest_environment_test.cc103 void Check(bool condition, const char* msg) { in Check() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h34 #define Check(C, ...) \ macro
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp225 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) { in Check() function in Context
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp206 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
H A DLoopUtils.cpp1737 [&](const RuntimePointerCheck &Check) { in expandBounds()
1764 for (const auto &Check : ExpandedChecks) { in addRuntimeChecks() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp402 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
H A DLoopDistribute.cpp904 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
H A DLoopPredication.cpp720 for (auto &Check : Checks) in widenChecks() local
H A DGuardWidening.cpp817 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp946 llvm::Value *Check = nullptr; in EmitFloatConversionCheck() local
1034 llvm::Value *Check = nullptr; in EmitIntegerTruncationCheckHelper() local
1081 Check = in EmitIntegerTruncationCheck() local
1149 llvm::Value *Check = nullptr; in EmitIntegerSignChangeCheckHelper() local
1206 Check; in EmitIntegerSignChangeCheck() local
1581 SanitizerHandler Check; in EmitBinOpCheck() local
H A DCGExpr.cpp1205 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal) in EmitBoundsCheckImpl() local
1923 llvm::Value *Check; in EmitScalarRangeCheck() local
3536 llvm::Value *Check = Checked[i].first; in EmitCheck() local
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1521 for (auto &Check : Def->getImmChecks()) in createRangeChecks() local
1706 for (auto &Check : Def->getImmChecks()) in createSMERangeChecks() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp126 HexagonMCChecker *Check) { in canonicalizePacketImpl()
174 HexagonMCChecker *Check, in canonicalizePacket()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1445 void Check() { in Check() function

12