Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp155 auto *Check = in generateCreationChecksForBinOp() local
164 auto *Check = in generateCreationChecksForBinOp() local
206 Value *Check = in generateCreationChecks() local
219 Value *Check = in generateCreationChecks() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp294 bool PythonBytes::Check(PyObject *py_obj) { in Check() function in PythonBytes
339 bool PythonByteArray::Check(PyObject *py_obj) { in Check() function in PythonByteArray
384 bool PythonString::Check(PyObject *py_obj) { in Check() function in PythonString
486 bool PythonInteger::Check(PyObject *py_obj) { in Check() function in PythonInteger
552 bool PythonBoolean::Check(PyObject *py_obj) { in Check() function in PythonBoolean
581 bool PythonList::Check(PyObject *py_obj) { in Check() function in PythonList
660 bool PythonTuple::Check(PyObject *py_obj) { in Check() function in PythonTuple
704 bool PythonDictionary::Check(PyObject *py_obj) { in Check() function in PythonDictionary
834 bool PythonModule::Check(PyObject *py_obj) { in Check() function in PythonModule
847 bool PythonCallable::Check(PyObject *py_obj) { in Check() function in PythonCallable
[all …]
/freebsd-12-stable/contrib/googletest/googletest/test/
Dgtest_environment_test.cc112 void Check(bool condition, const char* msg) { in Check() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DContext.cpp122 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) { in Check() function in Context
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp151 auto P = [DR, Pred](const MallocOverflowCheck &Check) { in Erase()
215 denomExtVal](const MallocOverflowCheck &Check) { in CheckAssignmentExpr()
DCastValueChecker.cpp469 const CastCheck &Check = Lookup->first; in evalCall() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp206 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
DLoopUtils.cpp1548 [&](const RuntimePointerCheck &Check) { in expandBounds()
1582 for (const auto &Check : ExpandedChecks) { in addRuntimeChecks() local
1629 Instruction *Check = in addRuntimeChecks() local
DScalarEvolutionExpander.cpp2626 Value *Check = ConstantInt::getNullValue(BoolType); in expandUnionPredicate() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp907 llvm::Value *Check = nullptr; in EmitFloatConversionCheck() local
995 llvm::Value *Check = nullptr; in EmitIntegerTruncationCheckHelper() local
1042 Check = in EmitIntegerTruncationCheck() local
1110 llvm::Value *Check = nullptr; in EmitIntegerSignChangeCheckHelper() local
1167 Check; in EmitIntegerSignChangeCheck() local
1531 SanitizerHandler Check; in EmitBinOpCheck() local
DCGExpr.cpp1013 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal) in EmitBoundsCheck() local
1688 llvm::Value *Check; in EmitScalarRangeCheck() local
3213 llvm::Value *Check = Checked[i].first; in EmitCheck() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp394 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
DGuardWidening.cpp606 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
DLoopDistribute.cpp912 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp126 HexagonMCChecker *Check) { in canonicalizePacketImpl()
167 HexagonMCChecker *Check, in canonicalizePacket()
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DSveEmitter.cpp1377 for (auto &Check : Def->getImmChecks()) in createRangeChecks() local
DMveEmitter.cpp1737 std::string Check = Int.genSema(); in GroupSemaChecks() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp1300 void Check() { in Check() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp474 for (const auto &Check : Checks) { in printChecks() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp243 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp1615 DeferredIntrinsicMatchPair &Check = DeferredChecks[I]; in matchIntrinsicSignature() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp1653 auto Check = [&](SourceLocation Loc, QualType T, const FieldDecl *FD) { in CheckConstexprDestructorSubobjects() local
5802 void Check(FunctionProtoTypeLoc TL, Sema::AbstractDiagSelID Sel) { in Check() function
5813 void Check(ArrayTypeLoc TL, Sema::AbstractDiagSelID Sel) { in Check() function
5817 void Check(TemplateSpecializationTypeLoc TL, Sema::AbstractDiagSelID Sel) { in Check() function
8683 for (auto &Check : Overriding) in CheckDelayedMemberExceptionSpecs() local
8688 for (auto &Check : Equivalent) in CheckDelayedMemberExceptionSpecs() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp480 HexagonMCChecker Check(getContext(), MII, STI, MCB, *RI, true); in finishBundle() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp2235 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() function in FileCheckString

12