/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 149 auto *Check = in generateCreationChecksForBinOp() local 158 auto *Check = in generateCreationChecksForBinOp() local 200 Value *Check = in generateCreationChecks() local 213 Value *Check = in generateCreationChecks() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 298 bool PythonBytes::Check(PyObject *py_obj) { in Check() function in PythonBytes 343 bool PythonByteArray::Check(PyObject *py_obj) { in Check() function in PythonByteArray 384 bool PythonString::Check(PyObject *py_obj) { in Check() function in PythonString 448 bool PythonInteger::Check(PyObject *py_obj) { in Check() function in PythonInteger 482 bool PythonBoolean::Check(PyObject *py_obj) { in Check() function in PythonBoolean 511 bool PythonList::Check(PyObject *py_obj) { in Check() function in PythonList 590 bool PythonTuple::Check(PyObject *py_obj) { in Check() function in PythonTuple 634 bool PythonDictionary::Check(PyObject *py_obj) { in Check() function in PythonDictionary 754 bool PythonModule::Check(PyObject *py_obj) { in Check() function in PythonModule 767 bool PythonCallable::Check(PyObject *py_obj) { in Check() function in PythonCallable [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | empty2.C | 62 template <typename Cn, typename Dn> int Check (Dn const &ref) in Check() function 71 template <typename Bn, typename Cn> int Check () in Check() function
|
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/ |
H A D | utilities.h | 21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check() function
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | report_test.cpp | 13 TEST(ScudoReportDeathTest, Check) { in TEST() argument
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMasking.cpp | 645 [&](MachineInstr *Check) { in tryRecordVCmpxAndSaveexecSequence() 649 {Exec, SaveExecSrc0->getReg()}); in tryRecordVCmpxAndSaveexecSequence() 693 MI, [&](MachineInstr *Check) { return Check == VCmp; }, NonDefRegs)) in tryRecordVCmpxAndSaveexecSequence()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64KCFI.cpp | 80 MachineInstr *Check = in emitCheck() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86KCFI.cpp | 93 MachineInstr *Check = in emitCheck() local
|
/openbsd/gnu/llvm/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()
|
H A D | CastValueChecker.cpp | 472 const CastCheck &Check = Lookup->first; in evalCall() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 67 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForSYCLDevice() local
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Context.cpp | 135 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) { in Check() function in Context
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexHigh.cpp | 441 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_findReferencesInFile() local 504 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_findIncludesInFile() local
|
H A D | CXSourceLocation.cpp | 130 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_getLocation() local
|
H A D | CIndexCodeCompletion.cpp | 721 ASTUnit::ConcurrencyCheck Check(*AST); in clang_codeCompleteAt_Impl() local
|
H A D | Indexing.cpp | 695 ASTUnit::ConcurrencyCheck Check(*Unit); in clang_indexTranslationUnit_Impl() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 205 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
|
H A D | LoopUtils.cpp | 1604 [&](const RuntimePointerCheck &Check) { in expandBounds() 1628 for (const auto &Check : ExpandedChecks) { in addRuntimeChecks() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 938 llvm::Value *Check = nullptr; in EmitFloatConversionCheck() local 1026 llvm::Value *Check = nullptr; in EmitIntegerTruncationCheckHelper() local 1073 Check = in EmitIntegerTruncationCheck() local 1141 llvm::Value *Check = nullptr; in EmitIntegerSignChangeCheckHelper() local 1198 Check; in EmitIntegerSignChangeCheck() local 1573 SanitizerHandler Check; in EmitBinOpCheck() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 126 HexagonMCChecker *Check) { in canonicalizePacketImpl() 174 HexagonMCChecker *Check, in canonicalizePacket()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 395 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
|
H A D | GuardWidening.cpp | 607 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
|
H A D | LoopDistribute.cpp | 907 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | Lint.cpp | 170 #define Check(C, ...) \ macro
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 1339 for (auto &Check : Def->getImmChecks()) in createRangeChecks() local
|