Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp149 auto *Check = generateCreationChecksForBinOp() local
158 auto *Check = generateCreationChecksForBinOp() local
200 Value *Check = generateCreationChecks() local
213 Value *Check = generateCreationChecks() local
/freebsd-src/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( global() macro
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { Check() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DCFGuard.h22 enum class Mechanism { Check, Dispatch }; enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp308 bool PythonBytes::Check(PyObject *py_obj) { Check() function in PythonBytes
353 bool PythonByteArray::Check(PyObject *py_obj) { Check() function in PythonByteArray
394 bool PythonString::Check(PyObject *py_obj) { Check() function in PythonString
458 bool PythonInteger::Check(PyObject *py_obj) { Check() function in PythonInteger
507 bool PythonBoolean::Check(PyObject *py_obj) { Check() function in PythonBoolean
536 bool PythonList::Check(PyObject *py_obj) { Check() function in PythonList
615 bool PythonTuple::Check(PyObject *py_obj) { Check() function in PythonTuple
659 bool PythonDictionary::Check(PyObject *py_obj) { Check() function in PythonDictionary
793 bool PythonModule::Check(PyObject *py_obj) { Check() function in PythonModule
806 bool PythonCallable::Check(PyObject *py_obj) { Check() function in PythonCallable
930 bool PythonFile::Check(PyObject *py_obj) { Check() function in PythonFile
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DKCFI.cpp75 MachineInstr *Check = TLI->EmitKCFICheck(MBB, MBBI, TII); emitCheck() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp51 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { deepTypeCheckForSYCLDevice() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp668 [&](MachineInstr *Check) { in tryRecordVCmpxAndSaveexecSequence() argument
716 MI, [&](MachineInstr *Check) { return Check == VCmp; }, NonDefRegs, in tryRecordVCmpxAndSaveexecSequence() argument
672 __anon9da8c0410402(MachineInstr *Check) tryRecordVCmpxAndSaveexecSequence() argument
/freebsd-src/contrib/googletest/googletest/test/
H A Dgtest_environment_test.cc103 void Check(bool condition, const char* msg) { Check() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h34 #define Check(C, ...) \ macro
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp225 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) { Check() function in Context
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp206 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
H A DLoopUtils.cpp1737 __anonb9e0ac6b0b02(const RuntimePointerCheck &Check) expandBounds() argument
1764 for (const auto &Check : ExpandedChecks) { addRuntimeChecks() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp402 __anon93c422380902(const RuntimePointerCheck &Check) collectMemchecks() argument
H A DLoopDistribute.cpp904 __anon22a277de0702(const RuntimePointerCheck &Check) includeOnlyCrossPartitionChecks() argument
H A DLoopPredication.cpp720 for (auto &Check : Checks) in widenChecks() local
H A DGuardWidening.cpp817 GuardWideningImpl::RangeCheck Check( parseRangeChecks() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp946 llvm::Value *Check = nullptr; EmitFloatConversionCheck() local
1034 llvm::Value *Check = nullptr; EmitIntegerTruncationCheckHelper() local
1081 Check = EmitIntegerTruncationCheck() local
1149 llvm::Value *Check = nullptr; EmitIntegerSignChangeCheckHelper() local
1206 Check; EmitIntegerSignChangeCheck() local
1581 SanitizerHandler Check; EmitBinOpCheck() local
[all...]
H A DCGExpr.cpp1205 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal) EmitBoundsCheckImpl() local
1923 llvm::Value *Check; EmitScalarRangeCheck() local
3536 llvm::Value *Check = Checked[i].first; EmitCheck() local
[all...]
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1521 for (auto &Check : Def->getImmChecks()) createRangeChecks() local
1706 for (auto &Check : Def->getImmChecks()) createSMERangeChecks() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp126 HexagonMCChecker *Check) { in canonicalizePacketImpl()
174 HexagonMCChecker *Check, in canonicalizePacket()
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1445 void Check() { Check() function

12