HomeSort by relevance Sort by last modified time
    Searched refs:dyn_cast_or_null (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 103 ConstantInt *C = dyn_cast_or_null<ConstantInt>(Cmp);
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 309 Cond = dyn_cast_or_null<ConstantInt>(V);
325 Cond = dyn_cast_or_null<ConstantInt>(V);
LoopUnroll.cpp 428 dyn_cast_or_null<Instruction>(&*DeadInsts.pop_back_val()))
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/include/llvm/Support/
Casting.h 11 // and dyn_cast_or_null<X>() templates.
279 // dyn_cast_or_null<X> - Functionally identical to dyn_cast, except that a null
283 inline typename cast_retty<X, Y*>::ret_type dyn_cast_or_null(Y *Val) { function in namespace:llvm
PatternMatch.h 173 dyn_cast_or_null<ConstantInt>(C->getSplatValue())) {
220 dyn_cast_or_null<ConstantInt>(C->getSplatValue()))
241 if (ConstantInt *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue()))
337 if (ConstantFP *CFP = dyn_cast_or_null<ConstantFP>(C->getSplatValue()))
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 61 MCDataFragment *F = dyn_cast_or_null<MCDataFragment>(getCurrentFragment());
  /external/clang/lib/Sema/
Sema.cpp 128 = dyn_cast_or_null<ExternalSemaSource>(Context.getExternalSource()))
192 = dyn_cast_or_null<ExternalSemaSource>(Context.getExternalSource()))
    [all...]
SemaDeclObjC.cpp 273 ObjCMethodDecl *MDecl = dyn_cast_or_null<ObjCMethodDecl>(D);
307 ObjCMethodDecl *MDecl = dyn_cast_or_null<ObjCMethodDecl>(D);
460 ObjCInterfaceDecl* PrevIDecl = dyn_cast_or_null<ObjCInterfaceDecl>(PrevDecl);
510 dyn_cast_or_null<ObjCInterfaceDecl>(PrevDecl);
520 dyn_cast_or_null<TypedefNameDecl>(PrevDecl)) {
539 if (!dyn_cast_or_null<TypedefNameDecl>(PrevDecl)) {
593 dyn_cast_or_null<TypedefNameDecl>(CDeclU)) {
603 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU);
    [all...]
AnalysisBasedWarnings.cpp 753 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel());
757 const LabelStmt *L = dyn_cast_or_null<LabelStmt>(P->getLabel());
823 if (const AttributedStmt *AS = dyn_cast_or_null<AttributedStmt>(S)) {
842 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))
    [all...]
SemaCXXScopeSpec.cpp 103 = dyn_cast_or_null<ClassTemplateDecl>(
233 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
    [all...]
SemaTemplateVariadic.cpp 82 = dyn_cast_or_null<TemplateTemplateParmDecl>(
113 Expr *E = dyn_cast_or_null<Expr>(S);
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 105 const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(getDecl());
548 return dyn_cast_or_null<BlockDataRegion>(DataReg);
705 if (const PseudoObjectExpr *POE = dyn_cast_or_null<PseudoObjectExpr>(S)) {
    [all...]
ProgramState.cpp 625 if (const Expr *E = dyn_cast_or_null<Expr>(S))
641 if (const SymbolicRegion *SR = dyn_cast_or_null<SymbolicRegion>(R))
660 if (const Expr *E = dyn_cast_or_null<Expr>(S))
BugReporter.cpp 497 dyn_cast_or_null<ForStmt>(P.getParentIgnoreParens(S))) {
    [all...]
ExprEngineCXX.cpp 41 dyn_cast_or_null<CXXTempObjectRegion>(MR)) {
Store.cpp 311 while (const TypedRegion *TSR = dyn_cast_or_null<TypedRegion>(SR)) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 393 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
403 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 362 if (ObjCMessageExpr *recME = dyn_cast_or_null<ObjCMessageExpr>(rec)) {
  /external/clang/lib/AST/
NSAPI.cpp 413 EnumD = dyn_cast_or_null<EnumConstantDecl>(DRE->getDecl()))
CommentSema.cpp 809 if (const VarDecl *VD = dyn_cast_or_null<VarDecl>(ThisDeclInfo->CurrentDecl)) {
848 dyn_cast_or_null<RecordDecl>(ThisDeclInfo->CurrentDecl))
    [all...]
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 330 if (Instruction *Inst = dyn_cast_or_null<Instruction>(Addr))
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 203 Retain = dyn_cast_or_null<CallInst>(*DependingInstructions.begin());

Completed in 2892 milliseconds

12 3 4 5 6