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

12 3 4 5

  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
OpenMPClause.h 258 Expr *getCondition() const { return cast_or_null<Expr>(Condition); }
316 Expr *getCondition() const { return cast_or_null<Expr>(Condition); }
370 Expr *getNumThreads() const { return cast_or_null<Expr>(NumThreads); }
426 Expr *getSafelen() const { return cast_or_null<Expr>(Safelen); }
481 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); }
537 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
913 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
    [all...]
CanonicalType.h 76 return cast_or_null<T>(Stored.getTypePtrOrNull());
Decl.h     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 356 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],
400 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherOpt.cpp 421 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],
464 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],
  /external/llvm/lib/IR/
DebugInfo.cpp 82 if (auto *SP = cast_or_null<DISubprogram>(F.getSubprogram()))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
187 // on failure. It does not allow a null argument (use cast_or_null for that).
199 // cast_or_null<X> - Functionally identical to cast, except that a null value is
203 inline typename cast_retty<X, Y*>::ret_type cast_or_null(Y *Val) { function in namespace:llvm
205 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 98 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
CloneFunction.cpp 384 BasicBlock *NewBB = cast_or_null<BasicBlock>(V);
430 if (BasicBlock *MappedBlock = cast_or_null<BasicBlock>(V)) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 108 return cast_or_null<MDNode>(getValPtr());
Module.cpp 113 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name));
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 44 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID,
62 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID,
82 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID,
100 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID,
118 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID,
971 ElementRegion* R = cast_or_null<ElementRegion>(data);
    [all...]
CallEvent.cpp 422 const CallExpr *CE = cast_or_null<CallExpr>(getOriginExpr());
439 if (const CXXMethodDecl *D = cast_or_null<CXXMethodDecl>(getDecl())) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 579 TypeAliasDecl *AliasInst = cast_or_null<TypeAliasDecl>(
    [all...]
TreeTransform.h 457 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 439 BasicBlock *NewBB = cast_or_null<BasicBlock>(V);
483 if (BasicBlock *MappedBlock = cast_or_null<BasicBlock>(V)) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ValueMap.h 207 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 464 cast_or_null<MCSymbolELF>(Layout.getBaseSymbol(Symbol));
509 const auto *Sym = cast_or_null<MCSymbolELF>(S);
705 auto *ELFSec = cast_or_null<MCSectionELF>(SecA);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 371 const SwitchInst *NewInst = cast_or_null<SwitchInst>(NewI);
761 auto *ValT = cast_or_null<ConstantAsMetadata>(
763 auto *ValF = cast_or_null<ConstantAsMetadata>(
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 253 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 323 const Value *V = cast_or_null<Value>(DN);
343 const Value *V = cast_or_null<Value>(DN);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 316 S->setAsmString(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
328 Constraints.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
335 Clobbers.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
450 E->FnName = cast_or_null<StringLiteral>(Reader.ReadSubExpr());
749 if (InitListExpr *SyntForm = cast_or_null<InitListExpr>(Reader.ReadSubStmt()))
872 E->setSubStmt(cast_or_null<CompoundStmt>(Reader.ReadSubStmt()));
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 671 BasicBlock *B = cast_or_null<BasicBlock>(*I);
891 BasicBlock *LocB = cast_or_null<BasicBlock>(Loc[Node]);
    [all...]

Completed in 898 milliseconds

12 3 4 5