OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dyn_cast
(Results
276 - 300
of
502
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
333
if (ConstantSDNode *Imm =
dyn_cast
<ConstantSDNode>(Op1))
401
LoadSDNode *LD =
dyn_cast
<LoadSDNode>(Callee.getNode());
589
if (ConstantSDNode *C =
dyn_cast
<ConstantSDNode>(Address))
627
if (GlobalAddressSDNode *G =
dyn_cast
<GlobalAddressSDNode>(N0)) {
635
} else if (ConstantPoolSDNode *CP =
dyn_cast
<ConstantPoolSDNode>(N0)) {
644
} else if (ExternalSymbolSDNode *S =
dyn_cast
<ExternalSymbolSDNode>(N0)) {
647
} else if (JumpTableSDNode *J =
dyn_cast
<JumpTableSDNode>(N0)) {
666
if (GlobalAddressSDNode *G =
dyn_cast
<GlobalAddressSDNode>(N0)) {
670
} else if (ConstantPoolSDNode *CP =
dyn_cast
<ConstantPoolSDNode>(N0)) {
675
} else if (ExternalSymbolSDNode *S =
dyn_cast
<ExternalSymbolSDNode>(N0))
[
all
...]
/external/llvm/lib/CodeGen/
ELFWriter.cpp
363
const GlobalVariable *GVar =
dyn_cast
<GlobalVariable>(GV);
454
if (const ConstantArray *CVA =
dyn_cast
<ConstantArray>(CV)) {
461
} else if (const ConstantStruct *CVS =
dyn_cast
<ConstantStruct>(CV)) {
464
} else if (const ConstantFP *CFP =
dyn_cast
<ConstantFP>(CV)) {
477
} else if (const ConstantInt *CI =
dyn_cast
<ConstantInt>(CV)) {
487
} else if (const ConstantVector *CP =
dyn_cast
<ConstantVector>(CV)) {
492
} else if (const ConstantExpr *CE =
dyn_cast
<ConstantExpr>(CV)) {
516
} else if (const GlobalValue *GV =
dyn_cast
<GlobalValue>(CV)) {
538
const ConstantExpr *CE =
dyn_cast
<ConstantExpr>(CV);
[
all
...]
MachineFunction.cpp
662
if (const ConstantFP *AFP =
dyn_cast
<ConstantFP>(A))
663
if (const ConstantInt *BI =
dyn_cast
<ConstantInt>(B))
665
if (const ConstantFP *BFP =
dyn_cast
<ConstantFP>(B))
666
if (const ConstantInt *AI =
dyn_cast
<ConstantInt>(A))
671
if (const ConstantVector *AV =
dyn_cast
<ConstantVector>(A))
672
if (const ConstantVector *BV =
dyn_cast
<ConstantVector>(B)) {
/external/llvm/lib/Linker/
LinkModules.cpp
110
if (StructType *SSTy =
dyn_cast
<StructType>(SrcTy)) {
134
if (PointerType *PT =
dyn_cast
<PointerType>(DstTy)) {
137
} else if (FunctionType *FT =
dyn_cast
<FunctionType>(DstTy)) {
140
} else if (StructType *DSTy =
dyn_cast
<StructType>(DstTy)) {
145
} else if (ArrayType *DATy =
dyn_cast
<ArrayType>(DstTy)) {
148
} else if (VectorType *DVTy =
dyn_cast
<VectorType>(DstTy)) {
626
if (GlobalVariable *DGVar =
dyn_cast
<GlobalVariable>(DGV))
751
if (ConstantArray *I =
dyn_cast
<ConstantArray>(AVI.DstInit)) {
762
if (const ConstantArray *I =
dyn_cast
<ConstantArray>(SrcInit)) {
[
all
...]
/external/clang/lib/AST/
Stmt.cpp
91
if (ExprWithCleanups *ewc =
dyn_cast
<ExprWithCleanups>(s))
94
while (ImplicitCastExpr *ice =
dyn_cast
<ImplicitCastExpr>(s))
718
dyn_cast
<AddrLabelExpr>(getTarget()->IgnoreParenImpCasts()))
752
return
dyn_cast
<SEHExceptStmt>(getHandler());
756
return
dyn_cast
<SEHFinallyStmt>(getHandler());
ASTContext.cpp
67
if (TemplateTypeParmDecl *TTP =
dyn_cast
<TemplateTypeParmDecl>(*P)) {
73
if (NonTypeTemplateParmDecl *NTTP =
dyn_cast
<NonTypeTemplateParmDecl>(*P)) {
112
if (TemplateTypeParmDecl *TTP =
dyn_cast
<TemplateTypeParmDecl>(*P))
121
=
dyn_cast
<NonTypeTemplateParmDecl>(*P)) {
676
} else if (const ValueDecl *VD =
dyn_cast
<ValueDecl>(D)) {
707
if (const FieldDecl *field =
dyn_cast
<FieldDecl>(VD)) {
[
all
...]
NestedNameSpecifier.cpp
140
return
dyn_cast
<NamespaceDecl>(static_cast<NamedDecl *>(Specifier));
149
return
dyn_cast
<NamespaceAliasDecl>(static_cast<NamedDecl *>(Specifier));
263
=
dyn_cast
<TemplateSpecializationType>(T)) {
ExprClassification.cpp
376
dyn_cast
<NonTypeTemplateParmDecl>(D))
430
if (ValueDecl *Value =
dyn_cast
<ValueDecl>(Member))
456
if (CXXMethodDecl *Method =
dyn_cast
<CXXMethodDecl>(Member))
526
dyn_cast
<ExplicitCastExpr>(E->IgnoreParens())) {
545
if (const BlockDeclRefExpr *BDR =
dyn_cast
<BlockDeclRefExpr>(E)) {
552
if (const ObjCPropertyRefExpr *Expr =
dyn_cast
<ObjCPropertyRefExpr>(E)) {
/external/clang/lib/CodeGen/
CodeGenModule.cpp
301
if (const CXXConstructorDecl *D =
dyn_cast
<CXXConstructorDecl>(ND))
303
else if (const CXXDestructorDecl *D =
dyn_cast
<CXXDestructorDecl>(ND))
305
else if (const BlockDecl *BD =
dyn_cast
<BlockDecl>(ND))
328
else if (const CXXConstructorDecl *CD =
dyn_cast
<CXXConstructorDecl>(D))
330
else if (const CXXDestructorDecl *DD =
dyn_cast
<CXXDestructorDecl>(D))
499
if (const NamedDecl *ND =
dyn_cast
<NamedDecl>(D))
732
if (const FunctionDecl *FD =
dyn_cast
<FunctionDecl>(Global)) {
812
if (const FunctionDecl *Function =
dyn_cast
<FunctionDecl>(D)) {
821
if (const CXXMethodDecl *Method =
dyn_cast
<CXXMethodDecl>(D)) {
824
if (const CXXConstructorDecl *CD =
dyn_cast
<CXXConstructorDecl>(Method)
[
all
...]
CGExprAgg.cpp
421
if (const DeclRefExpr *DRE =
dyn_cast
<DeclRefExpr>(E->getLHS()))
422
if (const VarDecl *VD =
dyn_cast
<VarDecl>(DRE->getDecl()))
563
if (const IntegerLiteral *IL =
dyn_cast
<IntegerLiteral>(E))
566
if (const FloatingLiteral *FL =
dyn_cast
<FloatingLiteral>(E))
573
if (const CastExpr *ICE =
dyn_cast
<CastExpr>(E))
576
if (const CharacterLiteral *CL =
dyn_cast
<CharacterLiteral>(E))
[
all
...]
/external/clang/lib/Rewrite/
DeltaTree.cpp
20
using llvm::
dyn_cast
;
174
if (DeltaTreeInteriorNode *IN =
dyn_cast
<DeltaTreeInteriorNode>(this))
308
if (DeltaTreeInteriorNode *IN =
dyn_cast
<DeltaTreeInteriorNode>(this)) {
348
const DeltaTreeInteriorNode *IN =
dyn_cast
<DeltaTreeInteriorNode>(N);
431
const DeltaTreeInteriorNode *IN =
dyn_cast
<DeltaTreeInteriorNode>(Node);
/external/clang/lib/Sema/
SemaTemplateVariadic.cpp
169
= Unexpanded[I].first.
dyn_cast
<const TemplateTypeParmType *>())
453
if (TemplateTypeParmDecl *TTP =
dyn_cast
<TemplateTypeParmDecl>(ND))
456
if (NonTypeTemplateParmDecl *NTTP =
dyn_cast
<NonTypeTemplateParmDecl>(ND))
483
= Unexpanded[I].first.
dyn_cast
<const TemplateTypeParmType *>()) {
584
= Unexpanded[I].first.
dyn_cast
<const TemplateTypeParmType *>()) {
SemaStmt.cpp
112
if (const ExprWithCleanups *Temps =
dyn_cast
<ExprWithCleanups>(E))
114
if (const CXXBindTemporaryExpr *TempExpr =
dyn_cast
<CXXBindTemporaryExpr>(E))
118
if (const CallExpr *CE =
dyn_cast
<CallExpr>(E)) {
138
} else if (const ObjCMessageExpr *ME =
dyn_cast
<ObjCMessageExpr>(E)) {
151
=
dyn_cast
<CXXFunctionalCastExpr>(E)) {
157
else if (const CStyleCastExpr *CE =
dyn_cast
<CStyleCastExpr>(E)) {
302
if (NullStmt* stmt =
dyn_cast
<NullStmt>(thenStmt))
411
if (const CastExpr *ImplicitCast =
dyn_cast
<ImplicitCastExpr>(expr)) {
550
if (DefaultStmt *DS =
dyn_cast
<DefaultStmt>(SC)) {
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
383
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
391
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
399
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
407
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
415
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
425
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
433
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
458
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getMemOffset());
482
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getMemOffset());
497
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getMemOffset())
[
all
...]
/external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp
133
type =
dyn_cast
<SequentialType>(type)->getElementType();
409
PointerType* pointerTy =
dyn_cast
<PointerType>(gv->getType());
420
ArrayType* arrayTy =
dyn_cast
<ArrayType>(elementTy);
427
arrayTy =
dyn_cast
<ArrayType>(elementTy);
451
if (const ConstantArray *CA =
dyn_cast
<ConstantArray>(C))
/external/llvm/lib/Target/CBackend/
CBackend.cpp
233
if (const Argument *A =
dyn_cast
<Argument>(V))
275
const AllocaInst *AI =
dyn_cast
<AllocaInst>(V);
286
if (const CallInst *CI =
dyn_cast
<CallInst>(&I))
760
if (const ConstantExpr *CE =
dyn_cast
<ConstantExpr>(CPV)) {
929
if (ConstantInt *CI =
dyn_cast
<ConstantInt>(CPV)) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
93
if (ICmpInst *IC =
dyn_cast
<ICmpInst>(*UI))
95
if (Constant *C =
dyn_cast
<Constant>(IC->getOperand(1)))
118
if (ICmpInst *IC =
dyn_cast
<ICmpInst>(*UI))
201
if (ConstantInt *LengthArg =
dyn_cast
<ConstantInt>(CI->getArgOperand(2)))
246
ConstantInt *CharC =
dyn_cast
<ConstantInt>(CI->getArgOperand(1));
293
ConstantInt *CharC =
dyn_cast
<ConstantInt>(CI->getArgOperand(1));
388
if (ConstantInt *LengthArg =
dyn_cast
<ConstantInt>(CI->getArgOperand(2)))
488
if (ConstantInt *LengthArg =
dyn_cast
<ConstantInt>(LenOp))
737
ConstantInt *LenC =
dyn_cast
<ConstantInt>(CI->getArgOperand(2));
852
if (ConstantFP *Op1C =
dyn_cast
<ConstantFP>(Op1))
[
all
...]
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
177
if (DeclaratorDecl *DD =
dyn_cast
<DeclaratorDecl>(D)) {
189
if (TypeDecl *TD =
dyn_cast
<TypeDecl>(D)) {
192
} else if (FunctionDecl *FD =
dyn_cast
<FunctionDecl>(D)) {
[
all
...]
/external/llvm/lib/Analysis/
AliasAnalysis.cpp
244
if (ConstantInt *C =
dyn_cast
<ConstantInt>(MTI->getLength()))
257
if (ConstantInt *C =
dyn_cast
<ConstantInt>(MTI->getLength()))
399
if (const Argument *A =
dyn_cast
<Argument>(V))
ProfileVerifierPass.cpp
181
if (const CallInst *CI =
dyn_cast
<CallInst>(&*I)) {
290
if (const CallInst *CI =
dyn_cast
<CallInst>(&*i)) {
303
if (const CallInst *CI =
dyn_cast
<CallInst>(&*i)) {
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
33
if (VarDecl* VD =
dyn_cast
<VarDecl>(D))
501
while (const ArrayType *vt =
dyn_cast
<ArrayType>(t)) {
502
if (const VariableArrayType *vat =
dyn_cast
<VariableArrayType>(vt))
723
if (CompoundStmt *CS =
dyn_cast
<CompoundStmt>(S)) {
727
if (LabelStmt *LS =
dyn_cast
<LabelStmt>(SI))
729
if (DeclStmt *DS =
dyn_cast
<DeclStmt>(SI))
737
if (LabelStmt *LS =
dyn_cast
<LabelStmt>(S))
739
if (DeclStmt *DS =
dyn_cast
<DeclStmt>(S))
752
if (VarDecl* VD =
dyn_cast
<VarDecl>(*DI))
853
if (Expr *E =
dyn_cast
<Expr>(S)
[
all
...]
/external/clang/include/clang/AST/
Decl.h
47
/// if (PointerLoc *PL =
dyn_cast
<PointerLoc>(&TL))
[
all
...]
/external/clang/lib/Frontend/
MultiplexConsumer.cpp
232
if (SemaConsumer *SC =
dyn_cast
<SemaConsumer>(Consumers[i]))
238
if (SemaConsumer *SC =
dyn_cast
<SemaConsumer>(Consumers[i]))
/external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp
197
if (const loc::MemRegionVal* X =
dyn_cast
<loc::MemRegionVal>(&val)) {
201
stackReg =
dyn_cast
<StackArgumentsSpaceRegion>(VR->getMemorySpace()))
Completed in 321 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>