HomeSort by relevance Sort by last modified time
    Searched full:dyn_cast (Results 426 - 450 of 502) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 463 return llvm::dyn_cast<REGION>(getRegion());
GRState.h 683 if (NonLoc *N = dyn_cast<NonLoc>(&Idx))
698 if (const Expr *Ex = dyn_cast<Expr>(S)) {
  /external/clang/lib/CodeGen/
CGCXX.cpp 334 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD))
CGRecordLayoutBuilder.cpp 755 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(D);
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 550 if (InputAction *IA = dyn_cast<InputAction>(A)) {
552 } else if (BindArchAction *BIA = dyn_cast<BindArchAction>(A)) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 130 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)){
137 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 104 dyn_cast<nonloc::LazyCompoundVal>(&V)) {
UnixAPIChecker.cpp 155 if (const VarRegion *VR = dyn_cast<VarRegion>(R))
  /external/llvm/include/llvm/
BasicBlock.h 212 /// Methods for support type inquiry through isa, cast, and dyn_cast:
Function.h 402 /// Methods for support type inquiry through isa, cast, and dyn_cast:
Instruction.h 294 /// Methods for support type inquiry through isa, cast, and dyn_cast:
  /external/llvm/include/llvm/Support/
TargetFolder.h 37 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(C))
  /external/llvm/lib/Analysis/
LoopPass.cpp 208 if (BasicBlock *BB = dyn_cast<BasicBlock>(V)) {
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 216 dyn_cast<const MCSymbolRefExpr>(Value)->getSymbol());
MCAssembler.cpp 619 MCDataFragment *DF = dyn_cast<MCDataFragment>(it2);
629 MCInstFragment *IF = dyn_cast<MCInstFragment>(it2);
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 184 else if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr))
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 278 if (Instruction *Op = dyn_cast<Instruction>(*i))
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 100 if (SwitchInst *SI = dyn_cast<SwitchInst>(Cur->getTerminator())) {
  /external/llvm/lib/VMCore/
DebugLoc.cpp 288 MDNode *NewVal = dyn_cast<MDNode>(NewVa);
  /external/llvm/docs/
ProgrammersManual.html 31 and <tt>dyn_cast&lt;&gt;</tt> templates</a> </li>
330 <tt>dyn_cast&lt;&gt;</tt> templates</a>
375 by a <tt>cast&lt;&gt;</tt>, for that use the <tt>dyn_cast&lt;&gt;</tt>
380 <dt><tt>dyn_cast&lt;&gt;</tt>:</dt>
382 <dd><p>The <tt>dyn_cast&lt;&gt;</tt> operator is a "checking cast" operation.
387 used in the same circumstances. Typically, the <tt>dyn_cast&lt;&gt;</tt>
393 if (<a href="#AllocationInst">AllocationInst</a> *AI = dyn_cast&lt;<a href="#AllocationInst">AllocationInst</a>&gt;(Val)) {
403 <p>Note that the <tt>dyn_cast&lt;&gt;</tt> operator, like C++'s
422 <tt>dyn_cast&lt;&gt;</tt> operator, except that it allows for a null pointer
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 61 if (const Operator *U = dyn_cast<Operator>(V)) {
119 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) {
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 362 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
364 else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee))
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 469 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
471 else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee))
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 66 /// Implement simplify_type for AnyFunctionDecl, so that we can dyn_cast from
    [all...]

Completed in 538 milliseconds

<<11121314151617181920>>