Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp306 bool PythonBytes::Check(PyObject *py_obj) { in Check() function in PythonBytes
351 bool PythonByteArray::Check(PyObject *py_obj) { in Check() function in PythonByteArray
392 bool PythonString::Check(PyObject *py_obj) { in Check() function in PythonString
456 bool PythonInteger::Check(PyObject *py_obj) { in Check() function in PythonInteger
505 bool PythonBoolean::Check(PyObject *py_obj) { in Check() function in PythonBoolean
534 bool PythonList::Check(PyObject *py_obj) { in Check() function in PythonList
613 bool PythonTuple::Check(PyObject *py_obj) { in Check() function in PythonTuple
657 bool PythonDictionary::Check(PyObject *py_obj) { in Check() function in PythonDictionary
791 bool PythonModule::Check(PyObject *py_obj) { in Check() function in PythonModule
804 bool PythonCallable::Check(PyObject *py_obj) { in Check() function in PythonCallable
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DCFGuard.h23 enum class Mechanism { Check, Dispatch }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DKCFI.cpp75 MachineInstr *Check = TLI->EmitKCFICheck(MBB, MBBI, TII); in emitCheck() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp689 [&](MachineInstr *Check) { in tryRecordVCmpxAndSaveexecSequence()
693 {Exec, SaveExecSrc0->getReg()}); in tryRecordVCmpxAndSaveexecSequence()
737 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/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp205 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
H A DLoopUtils.cpp1950 [&](const RuntimePointerCheck &Check) { in expandBounds()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp60 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForDevice() local
H A DSemaOpenACCAtomic.cpp706 StmtResult Check() { in Check() function in __anonb915406b0111::AtomicOperandChecker
H A DSemaOpenACCClause.cpp192 auto Check = [&](OpenACCModifierKind ValidKinds) { in CheckModifierList() local
H A DSemaDeclCXX.cpp1821 auto Check = [&](SourceLocation Loc, QualType T, const FieldDecl *FD) { in CheckConstexprDestructorSubobjects() local
6085 void Check(FunctionProtoTypeLoc TL, Sema::AbstractDiagSelID Sel) { in Check() function
6096 void Check(ArrayTypeLoc TL, Sema::AbstractDiagSelID Sel) { in Check() function
6100 void Check(TemplateSpecializationTypeLoc TL, Sema::AbstractDiagSelID Sel) { in Check() function
7160 auto Check = [&Visited](QualType T, auto &&Check) -> bool { in CheckCompletedCXXClass() argument
9313 for (auto &Check : Overriding) in CheckDelayedMemberExceptionSpecs() local
9318 for (auto &Check : Equivalent) in CheckDelayedMemberExceptionSpecs() local
H A DSemaHLSL.cpp2479 clang::QualType PassedType)> in CheckAllArgTypesAreCorrect()
2687 llvm::function_ref<bool(const HLSLAttributedResourceType *ResType)> Check = in CheckResourceHandle()
/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.cpp1008 llvm::Value *Check = nullptr; in EmitFloatConversionCheck() local
1096 llvm::Value *Check = nullptr; in EmitIntegerTruncationCheckHelper() local
1141 Check; in EmitIntegerTruncationCheck() local
1227 llvm::Value *Check = nullptr; in EmitIntegerSignChangeCheckHelper() local
1299 Check; in EmitIntegerSignChangeCheck() local
1349 llvm::Value *Check = nullptr; in EmitBitfieldTruncationCheckHelper() local
1377 llvm::Value *Check = nullptr; in EmitBitfieldSignChangeCheckHelper() local
1421 Check; in EmitBitfieldConversionCheck() local
1813 SanitizerHandler Check; in EmitBinOpCheck() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp472 const CastCheck &Check = Lookup->first; in evalCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp404 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
H A DLoopDistribute.cpp907 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
H A DLoopPredication.cpp719 for (auto &Check : Checks) in widenChecks() local
H A DGuardWidening.cpp821 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1611 for (auto &Check : Def->getImmChecks()) in createRangeChecks() local
1823 for (auto &Check : Def->getImmChecks()) in createSMERangeChecks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp126 HexagonMCChecker *Check) { in canonicalizePacketImpl()
174 HexagonMCChecker *Check, in canonicalizePacket()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp172 #define Check(C, ...) \ macro
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp1051 DeferredIntrinsicMatchPair &Check = DeferredChecks[I]; in matchIntrinsicSignature() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1364 void Check() { in Check() function

12