/external/clang/test/Index/ |
load-exprs.c | 42 // CHECK: load-exprs.c:4:6: VarDecl=t_ptr:4:6 (Definition) Extent=[4:3 - 4:22] 47 // CHECK: load-exprs.c:6:12: VarDecl=x:6:12 (Definition) Extent=[6:3 - 6:32] 50 // CHECK: load-exprs.c:7:9: VarDecl=xx:7:9 (Definition) Extent=[7:3 - 7:24] 55 // CHECK: load-exprs.c:11:15: VarDecl=y:11:15 (Definition) Extent=[11:3 - 11:20] 58 // CHECK: load-exprs.c:13:17: VarDecl=z:13:17 (Definition) Extent=[13:6 - 13:22] 67 // CHECK: load-exprs.c:30:12: VarDecl=y0:30:12 (Definition) Extent=[30:3 - 30:77]
|
blocks.c | 15 // CHECK: blocks.c:7:21: VarDecl=_foo:7:21 (Definition) Extent=[7:3 - 7:25] 17 // CHECK: blocks.c:8:11: VarDecl=i:8:11 (Definition) Extent=[8:3 - 8:16]
|
complete-recovery.m | 23 // CHECK-CC1: VarDecl:{ResultType A *}{TypedText a} 32 // CHECK-CC2: VarDecl:{ResultType A *}{TypedText a}
|
file-refs-subscripting.m | 53 // CHECK-NEXT: VarDecl=key:31:13 (Definition) =[31:13 - 31:16] 61 // CHECK-NEXT: VarDecl=newObject:32:6 (Definition) =[32:6 - 32:15]
|
/external/clang/lib/AST/ |
Decl.cpp | 589 if (const auto *Var = dyn_cast<VarDecl>(D)) { 600 const VarDecl *PrevVar = Var->getPreviousDecl(); 610 for (const VarDecl *PrevVar = Var->getPreviousDecl(); PrevVar; 629 const VarDecl *VD = IFD->getVarDecl(); 630 assert(VD && "Expected a VarDecl in this IndirectFieldDecl!"); 636 const auto *Var = dyn_cast<VarDecl>(D); 696 if (const auto *Var = dyn_cast<VarDecl>(D)) { [all...] |
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 44 class VarDecl; 149 VarDecl *CoroutinePromise; 179 /// self.property | self (VarDecl) | property (ObjCPropertyDecl) 180 /// self.implicitProp | self (VarDecl) | -implicitProp (ObjCMethodDecl) 186 /// weakVar | 0 (known) | weakVar (VarDecl) 187 /// self->weakIvar | self (VarDecl) | weakIvar (ObjCIvarDecl) 412 llvm::PointerIntPair<VarDecl*, 1, bool> VarAndNested; 431 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, 468 VarDecl *getVariable() const { 496 llvm::DenseMap<VarDecl*, unsigned> CaptureMap [all...] |
SemaLambda.h | 32 VarDecl *VarToCapture, Sema &S);
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.h | 41 class VarDecl; 251 llvm::DIDerivedType *CreateRecordStaticField(const VarDecl *Var, 318 void EmitDeclareOfAutoVariable(const VarDecl *Decl, llvm::Value *AI, 323 void EmitDeclareOfBlockDeclRefVariable(const VarDecl *variable, 331 void EmitDeclareOfArgVariable(const VarDecl *Decl, llvm::Value *AI, 342 void EmitGlobalVariable(llvm::GlobalVariable *GV, const VarDecl *Decl); 380 void EmitDeclare(const VarDecl *decl, llvm::Value *AI, 384 llvm::DIType *EmitTypeForVarWithBlocksAttr(const VarDecl *VD, 451 getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D); 458 /// represented in the given VarDecl [all...] |
CGDecl.cpp | 112 const VarDecl &VD = cast<VarDecl>(D); 131 void CodeGenFunction::EmitVarDecl(const VarDecl &D) { 154 static std::string getStaticDeclName(CodeGenModule &CGM, const VarDecl &D) { 178 const VarDecl &D, llvm::GlobalValue::LinkageTypes Linkage) { 283 CodeGenFunction::AddInitializerToStaticVarDecl(const VarDecl &D, 343 void CodeGenFunction::EmitStaticVarDecl(const VarDecl &D, 470 const VarDecl &Var; 471 ExtendGCLifetime(const VarDecl *var) : Var(*var) {} 476 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false [all...] |
CGBlocks.h | 226 llvm::DenseMap<const VarDecl*, Capture> Captures; 254 const Capture &getCapture(const VarDecl *var) const { 257 Capture &getCapture(const VarDecl *var) { 258 llvm::DenseMap<const VarDecl*, Capture>::iterator
|
ModuleBuilder.cpp | 110 void HandleCXXStaticMemberVarInstantiation(VarDecl *VD) override { 180 if (VarDecl *VD = dyn_cast<VarDecl>(Member)) { 211 void CompleteTentativeDefinition(VarDecl *D) override {
|
/external/clang/include/clang/AST/ |
GlobalDecl.h | 27 /// a VarDecl, a FunctionDecl or a BlockDecl. 41 GlobalDecl(const VarDecl *D) { Init(D);}
|
StmtCXX.h | 25 class VarDecl; 32 VarDecl *ExceptionDecl; 37 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) 50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } 147 VarDecl *getLoopVariable(); 150 const VarDecl *getLoopVariable() const; 331 VarDecl *getPromiseDecl() const { 332 return cast<VarDecl>(cast<DeclStmt>(getPromiseDeclStmt())->getSingleDecl());
|
ASTConsumer.h | 29 class VarDecl; 121 virtual void CompleteTentativeDefinition(VarDecl *D) {} 125 virtual void HandleCXXStaticMemberVarInstantiation(VarDecl *D) {}
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefCapturedBlockVarChecker.cpp | 38 const VarDecl *VD) { 69 const VarDecl *VD = VR->getDecl();
|
UndefinedAssignmentChecker.cpp | 79 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
|
/external/clang/tools/libclang/ |
CIndexCXX.cpp | 114 } else if (const VarDecl *Var = dyn_cast<VarDecl>(D)) {
|
/external/clang/unittests/AST/ |
EvaluateAsRValueTest.cpp | 41 /// For each VarDecl with an initializer this also records in VarInfo 43 bool VisitVarDecl(const clang::VarDecl *VD) {
|
/external/libopus/silk/ |
decode_frame.c | 48 VARDECL( silk_decoder_control, psDecCtrl ); 50 VARDECL( opus_int, pulses );
|
/external/speex/libspeex/ |
cb_search_sse.h | 58 VARDECL(__m128 *r); 59 VARDECL(__m128 *shape);
|
ltp_sse.h | 60 VARDECL(__m128 *x); 61 VARDECL(__m128 *y);
|
/external/clang/docs/ |
ClangCheck.rst | 29 (VarDecl 0x7ff3a302a980 <line:2:3, col:11> a 'int'
|
/external/clang/test/Misc/ |
ast-dump-stmt.cpp | 23 // CHECK-NEXT: VarDecl {{.*}} x
|
/external/libopus/celt/ |
celt_decoder.c | 350 VARDECL(celt_sig, scratch); 377 VARDECL(celt_norm, X); 443 VARDECL(opus_val32, etmp); 444 VARDECL(opus_val16, exc); 448 VARDECL( opus_val16, lp_pitch_buf ); 661 VARDECL(celt_sig, freq); 662 VARDECL(celt_norm, X); 663 VARDECL(int, fine_quant); 664 VARDECL(int, pulses); 665 VARDECL(int, cap) [all...] |
/frameworks/compile/slang/ |
slang_rs_export_var.h | 49 const clang::VarDecl *VD,
|