HomeSort by: relevance | last modified time | path
    Searched refs:classof (Results 1 - 25 of 198) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h 61 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSubFnInst
64 static bool classof(const Value *V) { function in class:llvm::CoroSubFnInst
65 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
73 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocInst
76 static bool classof(const Value *V) { function in class:llvm::CoroAllocInst
77 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
100 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyCoroIdInst
107 static bool classof(const Value *V) { function in class:llvm::AnyCoroIdInst
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
194 static bool classof(const IntrinsicInst *I) function in class:llvm::CoroIdInst
197 static bool classof(const Value *V) { function in class:llvm::CoroIdInst
240 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyCoroIdRetconInst
245 static bool classof(const Value *V) { function in class:llvm::AnyCoroIdRetconInst
255 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroIdRetconInst
258 static bool classof(const Value *V) { function in class:llvm::CoroIdRetconInst
268 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroIdRetconOnceInst
271 static bool classof(const Value *V) { function in class:llvm::CoroIdRetconOnceInst
317 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroIdAsyncInst
322 static bool classof(const Value *V) { function in class:llvm::CoroIdAsyncInst
338 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAsyncContextAllocInst
341 static bool classof(const Value *V) { function in class:llvm::CoroAsyncContextAllocInst
357 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAsyncContextDeallocInst
360 static bool classof(const Value *V) { function in class:llvm::CoroAsyncContextDeallocInst
371 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAsyncResumeInst
374 static bool classof(const Value *V) { function in class:llvm::CoroAsyncResumeInst
383 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAsyncSizeReplace
386 static bool classof(const Value *V) { function in class:llvm::CoroAsyncSizeReplace
395 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroFrameInst
398 static bool classof(const Value *V) { function in class:llvm::CoroFrameInst
411 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroFreeInst
414 static bool classof(const Value *V) { function in class:llvm::CoroFreeInst
431 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroBeginInst
434 static bool classof(const Value *V) { function in class:llvm::CoroBeginInst
443 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSaveInst
446 static bool classof(const Value *V) { function in class:llvm::CoroSaveInst
469 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroPromiseInst
472 static bool classof(const Value *V) { function in class:llvm::CoroPromiseInst
482 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyCoroSuspendInst
487 static bool classof(const Value *V) { function in class:llvm::AnyCoroSuspendInst
510 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSuspendInst
513 static bool classof(const Value *V) { function in class:llvm::CoroSuspendInst
557 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSuspendAsyncInst
560 static bool classof(const Value *V) { function in class:llvm::CoroSuspendAsyncInst
582 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSuspendRetconInst
585 static bool classof(const Value *V) { function in class:llvm::CoroSuspendRetconInst
594 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroSizeInst
597 static bool classof(const Value *V) { function in class:llvm::CoroSizeInst
612 static bool classof(const IntrinsicInst *I) { function in class:llvm::AnyCoroEndInst
616 static bool classof(const Value *V) { function in class:llvm::AnyCoroEndInst
625 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroEndInst
628 static bool classof(const Value *V) { function in class:llvm::CoroEndInst
649 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAsyncEndInst
652 static bool classof(const Value *V) { function in class:llvm::CoroAsyncEndInst
669 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaAllocInst
672 static bool classof(const Value *V) { function in class:llvm::CoroAllocaAllocInst
686 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaGetInst
689 static bool classof(const Value *V) { function in class:llvm::CoroAllocaGetInst
703 static bool classof(const IntrinsicInst *I) { function in class:llvm::CoroAllocaFreeInst
706 static bool classof(const Value *V) { function in class:llvm::CoroAllocaFreeInst
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 110 static bool classof(const CallInst *I) { function in class:llvm::IntrinsicInst
115 static bool classof(const Value *V) { function in class:llvm::IntrinsicInst
116 return isa<CallInst>(V) && classof(cast<CallInst>(V));
138 static bool classof(const IntrinsicInst *I) { function in class:llvm::DbgInfoIntrinsic
141 static bool classof(const Value *V) { function in class:llvm::DbgInfoIntrinsic
142 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
286 static bool classof(const IntrinsicInst *I) { function in namespace:llvm
296 static bool classof(const Value *V) { function in namespace:llvm
297 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
318 static bool classof(const IntrinsicInst *I) function in class:DbgDeclareInst
321 static bool classof(const Value *V) { function in class:DbgDeclareInst
338 static bool classof(const IntrinsicInst *I) { function in class:DbgAddrIntrinsic
341 static bool classof(const Value *V) { function in class:DbgAddrIntrinsic
360 static bool classof(const IntrinsicInst *I) { function in class:DbgValueInst
363 static bool classof(const Value *V) { function in class:DbgValueInst
380 static bool classof(const IntrinsicInst *I) { function in class:DbgLabelInst
383 static bool classof(const Value *V) { function in class:DbgLabelInst
417 static bool classof(const IntrinsicInst *I) { function in class:VPIntrinsic
420 static bool classof(const Value *V) { function in class:VPIntrinsic
444 static bool classof(const Value *V) { function in class:ConstrainedFPIntrinsic
455 static bool classof(const IntrinsicInst *I) { function in class:ConstrainedFPCmpIntrinsic
464 static bool classof(const Value *V) { function in class:ConstrainedFPCmpIntrinsic
472 static bool classof(const IntrinsicInst *I) { function in class:MinMaxIntrinsic
483 static bool classof(const Value *V) { function in class:MinMaxIntrinsic
514 static bool classof(const IntrinsicInst *I) { function in class:BinaryOpIntrinsic
531 static bool classof(const Value *V) { function in class:BinaryOpIntrinsic
551 static bool classof(const IntrinsicInst *I) { function in class:WithOverflowInst
564 static bool classof(const Value *V) { function in class:WithOverflowInst
572 static bool classof(const IntrinsicInst *I) { function in class:SaturatingInst
583 static bool classof(const Value *V) { function in class:SaturatingInst
764 static bool classof(const IntrinsicInst *I) { function in class:AtomicMemIntrinsic
774 static bool classof(const Value *V) { function in class:AtomicMemIntrinsic
783 static bool classof(const IntrinsicInst *I) { function in class:AtomicMemSetInst
786 static bool classof(const Value *V) { function in class:AtomicMemSetInst
795 static bool classof(const IntrinsicInst *I) { function in class:AtomicMemTransferInst
804 static bool classof(const Value *V) { function in class:AtomicMemTransferInst
813 static bool classof(const IntrinsicInst *I) { function in class:AtomicMemCpyInst
816 static bool classof(const Value *V) { function in class:AtomicMemCpyInst
825 static bool classof(const IntrinsicInst *I) { function in class:AtomicMemMoveInst
828 static bool classof(const Value *V) { function in class:AtomicMemMoveInst
848 static bool classof(const IntrinsicInst *I) { function in class:MemIntrinsic
859 static bool classof(const Value *V) { function in class:MemIntrinsic
868 static bool classof(const IntrinsicInst *I) { function in class:MemSetInst
871 static bool classof(const Value *V) { function in class:MemSetInst
880 static bool classof(const IntrinsicInst *I) { function in class:MemTransferInst
890 static bool classof(const Value *V) { function in class:MemTransferInst
899 static bool classof(const IntrinsicInst *I) { function in class:MemCpyInst
902 static bool classof(const Value *V) { function in class:MemCpyInst
911 static bool classof(const IntrinsicInst *I) { function in class:MemMoveInst
914 static bool classof(const Value *V) { function in class:MemMoveInst
926 static bool classof(const IntrinsicInst *I) { function in class:MemCpyInlineInst
929 static bool classof(const Value *V) { function in class:MemCpyInlineInst
947 static bool classof(const IntrinsicInst *I) { function in class:AnyMemIntrinsic
961 static bool classof(const Value *V) { function in class:AnyMemIntrinsic
971 static bool classof(const IntrinsicInst *I) { function in class:AnyMemSetInst
980 static bool classof(const Value *V) { function in class:AnyMemSetInst
990 static bool classof(const IntrinsicInst *I) { function in class:AnyMemTransferInst
1002 static bool classof(const Value *V) { function in class:AnyMemTransferInst
1012 static bool classof(const IntrinsicInst *I) { function in class:AnyMemCpyInst
1022 static bool classof(const Value *V) { function in class:AnyMemCpyInst
1032 static bool classof(const IntrinsicInst *I) { function in class:AnyMemMoveInst
1041 static bool classof(const Value *V) { function in class:AnyMemMoveInst
1049 static bool classof(const IntrinsicInst *I) { function in class:VAStartInst
1052 static bool classof(const Value *V) { function in class:VAStartInst
1062 static bool classof(const IntrinsicInst *I) { function in class:VAEndInst
1065 static bool classof(const Value *V) { function in class:VAEndInst
1075 static bool classof(const IntrinsicInst *I) { function in class:VACopyInst
1078 static bool classof(const Value *V) { function in class:VACopyInst
1089 static bool classof(const IntrinsicInst *I) { function in class:InstrProfIncrementInst
1092 static bool classof(const Value *V) { function in class:InstrProfIncrementInst
1118 static bool classof(const IntrinsicInst *I) { function in class:InstrProfIncrementInstStep
1121 static bool classof(const Value *V) { function in class:InstrProfIncrementInstStep
1129 static bool classof(const IntrinsicInst *I) { function in class:InstrProfValueProfileInst
1132 static bool classof(const Value *V) { function in class:InstrProfValueProfileInst
1161 static bool classof(const IntrinsicInst *I) { function in class:PseudoProbeInst
1165 static bool classof(const Value *V) { function in class:PseudoProbeInst
1188 static bool classof(const IntrinsicInst *I) { function in class:NoAliasScopeDeclInst
1192 static bool classof(const Value *V) { function in class:NoAliasScopeDeclInst
1215 static bool classof(const IntrinsicInst *I) { function in class:GCProjectionInst
1220 static bool classof(const Value *V) { function in class:GCProjectionInst
1239 static bool classof(const IntrinsicInst *I) { function in class:GCRelocateInst
1243 static bool classof(const Value *V) { function in class:GCRelocateInst
1267 static bool classof(const IntrinsicInst *I) { function in class:GCResultInst
1271 static bool classof(const Value *V) { function in class:GCResultInst
1280 static bool classof(const IntrinsicInst *I) { function in class:AssumeInst
1283 static bool classof(const Value *V) { function in class:AssumeInst
    [all...]
Operator.h 56 static bool classof(const Instruction *) { return true; } function in class:llvm::Operator
57 static bool classof(const ConstantExpr *) { return true; } function in class:llvm::Operator
58 static bool classof(const Value *V) { function in class:llvm::Operator
100 static bool classof(const Instruction *I) { function in class:llvm::OverflowingBinaryOperator
106 static bool classof(const ConstantExpr *CE) { function in class:llvm::OverflowingBinaryOperator
112 static bool classof(const Value *V) { function in class:llvm::OverflowingBinaryOperator
113 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
114 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
147 static bool classof(const ConstantExpr *CE) { function in class:llvm::PossiblyExactOperator
150 static bool classof(const Instruction *I) function in class:llvm::PossiblyExactOperator
153 static bool classof(const Value *V) { function in class:llvm::PossiblyExactOperator
376 static bool classof(const Value *V) { function in class:llvm::FPMathOperator
417 static bool classof(const Instruction *I) { function in class:llvm::ConcreteOperator
420 static bool classof(const ConstantExpr *CE) { function in class:llvm::ConcreteOperator
423 static bool classof(const Value *V) { function in class:llvm::ConcreteOperator
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h 124 static bool classof(const Node *N);
135 static bool classof(const Node *N);
143 static bool classof(const Node *N);
154 static bool classof(const Node *N);
163 static bool classof(const Node *N);
181 static bool classof(const Node *N);
193 static bool classof(const Node *N);
206 static bool classof(const Node *N);
217 static bool classof(const Node *N);
225 static bool classof(const Node *N)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsection.h 24 static bool classof(const DebugSubsectionRef *S) { return true; } function in class:llvm::codeview::DebugSubsectionRef
37 static bool classof(const DebugSubsection *S) { return true; } function in class:llvm::codeview::DebugSubsection
DebugSymbolsSubsection.h 23 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
39 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
DebugCrossExSubsection.h 32 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
51 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
DebugCrossImpSubsection.h 55 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
76 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
DebugFrameDataSubsection.h 24 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
46 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
DebugStringTableSubsection.h 35 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::DebugStringTableSubsectionRef
60 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::DebugStringTableSubsection
DebugSymbolRVASubsection.h 32 static bool classof(const DebugSubsectionRef *S) { function in class:llvm::codeview::final
49 static bool classof(const DebugSubsection *S) { function in class:llvm::codeview::final
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaConsumer.h 41 static bool classof(const ASTConsumer *Consumer) { function in class:clang::SemaConsumer
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 309 assert(classof(this));
316 static bool classof(const ConstructionContext *CC) { function in class:clang::VariableConstructionContext
334 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleVariableConstructionContext
363 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyVariableConstructionContext
376 assert(classof(this));
383 static bool classof(const ConstructionContext *CC) { function in class:clang::ConstructorInitializerConstructionContext
401 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleConstructorInitializerConstructionContext
433 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyConstructorInitializerConstructionContext
454 static bool classof(const ConstructionContext *CC) { function in class:clang::NewAllocatedObjectConstructionContext
494 static bool classof(const ConstructionContext *CC) function in class:clang::TemporaryObjectConstructionContext
513 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleTemporaryObjectConstructionContext
554 static bool classof(const ConstructionContext *CC) { function in class:clang::ElidedTemporaryObjectConstructionContext
573 static bool classof(const ConstructionContext *CC) { function in class:clang::ReturnedValueConstructionContext
593 static bool classof(const ConstructionContext *CC) { function in class:clang::SimpleReturnedValueConstructionContext
623 static bool classof(const ConstructionContext *CC) { function in class:clang::CXX17ElidedCopyReturnedValueConstructionContext
656 static bool classof(const ConstructionContext *CC) { function in class:clang::ArgumentConstructionContext
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h 222 static bool classof(const Matcher *N) { function in class:llvm::ScopeMatcher
247 static bool classof(const Matcher *N) { function in class:llvm::RecordMatcher
279 static bool classof(const Matcher *N) { function in class:llvm::RecordChildMatcher
295 static bool classof(const Matcher *N) { function in class:llvm::RecordMemRefMatcher
311 static bool classof(const Matcher *N) { function in class:llvm::CaptureGlueInputMatcher
329 static bool classof(const Matcher *N) { function in class:llvm::MoveChildMatcher
346 static bool classof(const Matcher *N) { function in class:llvm::MoveParentMatcher
366 static bool classof(const Matcher *N) { function in class:llvm::CheckSameMatcher
390 static bool classof(const Matcher *N) { function in class:llvm::CheckChildSameMatcher
413 static bool classof(const Matcher *N) function in class:llvm::CheckPatternPredicateMatcher
437 static bool classof(const Matcher *N) { function in class:llvm::CheckPredicateMatcher
459 static bool classof(const Matcher *N) { function in class:llvm::CheckOpcodeMatcher
480 static bool classof(const Matcher *N) { function in class:llvm::SwitchOpcodeMatcher
507 static bool classof(const Matcher *N) { function in class:llvm::CheckTypeMatcher
530 static bool classof(const Matcher *N) { function in class:llvm::SwitchTypeMatcher
558 static bool classof(const Matcher *N) { function in class:llvm::CheckChildTypeMatcher
582 static bool classof(const Matcher *N) { function in class:llvm::CheckIntegerMatcher
606 static bool classof(const Matcher *N) { function in class:llvm::CheckChildIntegerMatcher
629 static bool classof(const Matcher *N) { function in class:llvm::CheckCondCodeMatcher
651 static bool classof(const Matcher *N) { function in class:llvm::CheckChild2CondCodeMatcher
673 static bool classof(const Matcher *N) { function in class:llvm::CheckValueTypeMatcher
714 static bool classof(const Matcher *N) { function in class:llvm::CheckComplexPatMatcher
736 static bool classof(const Matcher *N) { function in class:llvm::CheckAndImmMatcher
757 static bool classof(const Matcher *N) { function in class:llvm::CheckOrImmMatcher
774 static bool classof(const Matcher *N) { function in class:llvm::CheckImmAllOnesVMatcher
790 static bool classof(const Matcher *N) { function in class:llvm::CheckImmAllZerosVMatcher
807 static bool classof(const Matcher *N) { function in class:llvm::CheckFoldableChainNodeMatcher
827 static bool classof(const Matcher *N) { function in class:llvm::EmitIntegerMatcher
851 static bool classof(const Matcher *N) { function in class:llvm::EmitStringIntegerMatcher
876 static bool classof(const Matcher *N) { function in class:llvm::EmitRegisterMatcher
899 static bool classof(const Matcher *N) { function in class:llvm::EmitConvertToTargetMatcher
953 static bool classof(const Matcher *N) { function in class:llvm::EmitCopyToRegMatcher
979 static bool classof(const Matcher *N) { function in class:llvm::EmitNodeXFormMatcher
1066 static bool classof(const Matcher *N) { function in class:llvm::EmitNodeMatcher
1090 static bool classof(const Matcher *N) { function in class:llvm::MorphNodeToMatcher
1111 static bool classof(const Matcher *N) { function in class:llvm::CompleteMatchMatcher
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
LocInfoType.h 50 static bool classof(const Type *T) { function in class:clang::LocInfoType
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 51 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; } function in class:clang::threadSafety::lexpr::Terminal
72 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } function in class:clang::threadSafety::lexpr::And
79 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; } function in class:clang::threadSafety::lexpr::Or
91 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } function in class:clang::threadSafety::lexpr::Not
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolELF.h 46 static bool classof(const MCSymbol *S) { return S->isELF(); } function in class:llvm::MCSymbolELF
MCXCOFFObjectWriter.h 26 static bool classof(const MCObjectTargetWriter *W) { function in class:llvm::MCXCOFFObjectTargetWriter
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h 229 static bool classof(const Action *A) { function in class:clang::driver::InputAction
246 static bool classof(const Action *A) { function in class:clang::driver::BindArchAction
377 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } function in class:clang::driver::final
388 static bool classof(const Action *A) { function in class:clang::driver::JobAction
400 static bool classof(const Action *A) { function in class:clang::driver::PreprocessJobAction
414 static bool classof(const Action *A) { function in class:clang::driver::PrecompileJobAction
429 static bool classof(const Action *A) { function in class:clang::driver::HeaderModulePrecompileJobAction
446 static bool classof(const Action *A) { function in class:clang::driver::AnalyzeJobAction
457 static bool classof(const Action *A) { function in class:clang::driver::MigrateJobAction
468 static bool classof(const Action *A) function in class:clang::driver::CompileJobAction
479 static bool classof(const Action *A) { function in class:clang::driver::BackendJobAction
490 static bool classof(const Action *A) { function in class:clang::driver::AssembleJobAction
501 static bool classof(const Action *A) { function in class:clang::driver::IfsMergeJobAction
512 static bool classof(const Action *A) { function in class:clang::driver::LinkJobAction
523 static bool classof(const Action *A) { function in class:clang::driver::LipoJobAction
534 static bool classof(const Action *A) { function in class:clang::driver::DsymutilJobAction
545 static bool classof(const Action *A) { function in class:clang::driver::VerifyJobAction
557 static bool classof(const Action *A) { function in class:clang::driver::VerifyDebugInfoJobAction
568 static bool classof(const Action *A) { function in class:clang::driver::VerifyPCHJobAction
580 static bool classof(const Action *A) { function in class:clang::driver::OffloadBundlingJobAction
629 static bool classof(const Action *A) { function in class:clang::driver::final
640 static bool classof(const Action *A) { function in class:clang::driver::OffloadWrapperJobAction
651 static bool classof(const Action *A) { function in class:clang::driver::StaticLibJobAction
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 204 assert(classof(this));
214 static bool classof(const MemRegion *R) { function in class:clang::ento::MemSpaceRegion
231 static bool classof(const MemRegion *R) { function in class:clang::ento::CodeSpaceRegion
241 assert(classof(this));
245 static bool classof(const MemRegion *R) { function in class:clang::ento::GlobalsSpaceRegion
273 static bool classof(const MemRegion *R) { function in class:clang::ento::StaticGlobalSpaceRegion
290 assert(classof(this));
294 static bool classof(const MemRegion *R) { function in class:clang::ento::NonStaticGlobalSpaceRegion
312 static bool classof(const MemRegion *R) { function in class:clang::ento::GlobalSystemSpaceRegion
331 static bool classof(const MemRegion *R) function in class:clang::ento::GlobalImmutableSpaceRegion
348 static bool classof(const MemRegion *R) { function in class:clang::ento::GlobalInternalSpaceRegion
362 static bool classof(const MemRegion *R) { function in class:clang::ento::HeapSpaceRegion
376 static bool classof(const MemRegion *R) { function in class:clang::ento::UnknownSpaceRegion
398 static bool classof(const MemRegion *R) { function in class:clang::ento::StackSpaceRegion
413 static bool classof(const MemRegion *R) { function in class:clang::ento::StackLocalsSpaceRegion
428 static bool classof(const MemRegion *R) { function in class:clang::ento::StackArgumentsSpaceRegion
455 static bool classof(const MemRegion* R) { function in class:clang::ento::SubRegion
492 static bool classof(const MemRegion* R) { function in class:clang::ento::AllocaRegion
515 static bool classof(const MemRegion* R) { function in class:clang::ento::TypedRegion
547 static bool classof(const MemRegion* R) { function in class:clang::ento::TypedValueRegion
564 static bool classof(const MemRegion* R) { function in class:clang::ento::CodeTextRegion
607 static bool classof(const MemRegion* R) { function in class:clang::ento::FunctionCodeRegion
652 static bool classof(const MemRegion* R) { function in class:clang::ento::BlockCodeRegion
739 static bool classof(const MemRegion* R) { function in class:clang::ento::BlockDataRegion
783 static bool classof(const MemRegion* R) { function in class:clang::ento::SymbolicRegion
816 static bool classof(const MemRegion* R) { function in class:clang::ento::StringRegion
850 static bool classof(const MemRegion* R) { function in class:clang::ento::ObjCStringRegion
886 static bool classof(const MemRegion* R) { function in class:clang::ento::CompoundLiteralRegion
900 static bool classof(const MemRegion* R) { function in class:clang::ento::DeclRegion
930 static bool classof(const MemRegion *R) { function in class:clang::ento::VarRegion
971 static bool classof(const MemRegion* R) { function in class:clang::ento::NonParamVarRegion
1014 static bool classof(const MemRegion *R) { function in class:clang::ento::ParamVarRegion
1046 static bool classof(const MemRegion* R) { function in class:clang::ento::CXXThisRegion
1086 static bool classof(const MemRegion* R) { function in class:clang::ento::FieldRegion
1113 static bool classof(const MemRegion* R) { function in class:clang::ento::ObjCIvarRegion
1174 static bool classof(const MemRegion* R) { function in class:clang::ento::ElementRegion
1204 static bool classof(const MemRegion* R) { function in class:clang::ento::CXXTempObjectRegion
1239 static bool classof(const MemRegion *region) { function in class:clang::ento::CXXBaseObjectRegion
1280 static bool classof(const MemRegion *region) { function in class:clang::ento::CXXDerivedObjectRegion
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCExpr.h 79 static bool classof(const MCExpr *E) { function in class:llvm::RISCVMCExpr
83 static bool classof(const RISCVMCExpr *) { return true; } function in class:llvm::RISCVMCExpr
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCExpr.h 81 static bool classof(const MCExpr *E) { function in class:llvm::VEMCExpr
85 static bool classof(const VEMCExpr *) { return true; } function in class:llvm::VEMCExpr
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 98 static bool classof(const PredicateBase *PB) { function in class:llvm::PredicateBase
120 static bool classof(const PredicateBase *PB) { function in class:llvm::PredicateAssume
133 static bool classof(const PredicateBase *PB) { function in class:llvm::PredicateWithEdge
153 static bool classof(const PredicateBase *PB) { function in class:llvm::PredicateBranch
169 static bool classof(const PredicateBase *PB) { function in class:llvm::PredicateSwitch
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 60 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
64 static bool classof(const Value *V) { function in class:llvm::final
65 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V));
89 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
92 static bool classof(const Value *V) { function in class:llvm::final
93 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V));
116 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
119 static bool classof(const Value *V) { function in class:llvm::final
120 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V));
144 static bool classof(const ConstantExpr *CE) function in class:llvm::final
147 static bool classof(const Value *V) { function in class:llvm::final
173 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
176 static bool classof(const Value *V) { function in class:llvm::final
208 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
211 static bool classof(const Value *V) { function in class:llvm::final
239 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
242 static bool classof(const Value *V) { function in class:llvm::final
271 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
274 static bool classof(const Value *V) { function in class:llvm::final
304 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
307 static bool classof(const Value *V) { function in class:llvm::final
333 static bool classof(const ConstantExpr *CE) { function in class:llvm::final
337 static bool classof(const Value *V) { function in class:llvm::final
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 194 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::CustomSection
205 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::DylinkSection
220 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::NameSection
233 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::LinkingSection
248 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::ProducersSection
261 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::TargetFeaturesSection
272 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::TypeSection
282 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::ImportSection
292 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::FunctionSection
302 static bool classof(const Section *S) function in struct:llvm::WasmYAML::TableSection
312 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::MemorySection
322 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::EventSection
332 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::GlobalSection
342 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::ExportSection
352 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::StartSection
362 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::ElemSection
372 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::CodeSection
382 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::DataSection
392 static bool classof(const Section *S) { function in struct:llvm::WasmYAML::DataCountSection
    [all...]

Completed in 47 milliseconds

1 2 3 4 5 6 7 8