| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 306 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 D | CFGuard.h | 23 enum class Mechanism { Check, Dispatch }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | KCFI.cpp | 75 MachineInstr *Check = TLI->EmitKCFICheck(MBB, MBBI, TII); in emitCheck() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeExecMasking.cpp | 689 [&](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 D | GenericConvergenceVerifierImpl.h | 34 #define Check(C, ...) \ macro
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_environment_test.cc | 90 void Check(bool condition, const char* msg) { in Check() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 205 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
|
| H A D | LoopUtils.cpp | 1950 [&](const RuntimePointerCheck &Check) { in expandBounds()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSYCL.cpp | 60 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForDevice() local
|
| H A D | SemaOpenACCAtomic.cpp | 706 StmtResult Check() { in Check() function in __anonb915406b0111::AtomicOperandChecker
|
| H A D | SemaOpenACCClause.cpp | 192 auto Check = [&](OpenACCModifierKind ValidKinds) { in CheckModifierList() local
|
| H A D | SemaDeclCXX.cpp | 1821 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() local 9313 for (auto &Check : Overriding) in CheckDelayedMemberExceptionSpecs() local 9318 for (auto &Check : Equivalent) in CheckDelayedMemberExceptionSpecs() local
|
| H A D | SemaHLSL.cpp | 2479 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 D | ModuloSchedule.h | 391 MachineBasicBlock *Check = nullptr; variable
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1008 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 D | CastValueChecker.cpp | 472 const CastCheck &Check = Lookup->first; in evalCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 404 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
|
| H A D | LoopDistribute.cpp | 907 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
|
| H A D | LoopPredication.cpp | 719 for (auto &Check : Checks) in widenChecks() local
|
| H A D | GuardWidening.cpp | 821 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 1611 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 D | HexagonMCInstrInfo.cpp | 126 HexagonMCChecker *Check) { in canonicalizePacketImpl() 174 HexagonMCChecker *Check, in canonicalizePacket()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 172 #define Check(C, ...) \ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Intrinsics.cpp | 1051 DeferredIntrinsicMatchPair &Check = DeferredChecks[I]; in matchIntrinsicSignature() local
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1364 void Check() { in Check() function
|