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

<<11121314151617181920>>

  /external/clang/lib/CodeGen/
CGVTables.cpp     [all...]
CGException.cpp 243 if (llvm::ConstantExpr *CE = dyn_cast<llvm::ConstantExpr>(User)) {
258 = dyn_cast<llvm::GlobalVariable>(Selector->getArgOperand(I));
    [all...]
CGBlocks.cpp 306 if (const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(DC))
    [all...]
  /external/clang/include/clang/AST/
Type.h 884 /// Implement simplify_type for QualType, so that we can dyn_cast from QualType
    [all...]
Expr.h     [all...]
TypeLoc.h 36 /// A client should use the TypeLoc subclasses through cast/dyn_cast in order to
    [all...]
  /external/llvm/docs/
CodingStandards.html 443 <tt>cast&lt;&gt;</tt>, and <tt>dyn_cast&lt;&gt;</tt></a>. This form of RTTI is
638 if (BinaryOperator *BO = dyn_cast&lt;BinaryOperator&gt;(II)) {
660 BinaryOperator *BO = dyn_cast&lt;BinaryOperator&gt;(II);
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
IntrinsicLowering.cpp 556 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseCXXInlineMethods.cpp 101 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(FnD))
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 248 llvm::dyn_cast<clang::CompoundStmt>(mOuterStmt);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
DeclSpec.cpp 280 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
  /external/clang/include/clang/Sema/
Lookup.h 404 return dyn_cast<DeclClass>(getFoundDecl());
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 408 /// classof - Used by isa<>, cast<>, and dyn_cast<>.
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 453 if (Expr *E = dyn_cast<Expr>(S)) {
  /external/llvm/include/llvm/ADT/
ilist.h 269 // used by the dyn_cast, cast, isa mechanisms...
  /external/llvm/include/llvm/
Type.h 340 /// Methods for support type inquiry through isa, cast, and dyn_cast:
  /external/llvm/lib/Target/
TargetData.cpp 534 if (StructType *STy = dyn_cast<StructType>(*TI)) {
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 142 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType());
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 791 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
794 else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee))
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 700 /// Implement simplify_type for CFGTerminator, so that we can dyn_cast from
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 891 if (const RegionTy* RT = dyn_cast<RegionTy>(this))
    [all...]

Completed in 690 milliseconds

<<11121314151617181920>>