/external/libopus/silk/ |
VAD.c | 91 VARDECL( opus_int16, X );
|
/external/libopus/src/ |
opus_multistream_decoder.c | 201 VARDECL(opus_val16, buf);
|
opus_encoder.c | 663 VARDECL(opus_val32, sub); 941 VARDECL(opus_val16, pcm_buf); 960 VARDECL(opus_val16, tmp_prefill); [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
check_test.go | 73 {"testdata/vardecl.src"},
|
/prebuilts/go/linux-x86/src/go/types/ |
check_test.go | 73 {"testdata/vardecl.src"},
|
/external/clang/include/clang/AST/ |
ExprCXX.h | [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 877 bool CursorVisitor::VisitVarDecl(VarDecl *D) { [all...] |
/external/clang/lib/AST/ |
CommentSema.cpp | 841 if (const VarDecl *VD = dyn_cast_or_null<VarDecl>(ThisDeclInfo->CurrentDecl)) { [all...] |
ASTContext.cpp | 88 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) { 207 (isa<FieldDecl>(D) || isa<EnumConstantDecl>(D) || isa<VarDecl>(D) || 284 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) { 288 if (const VarDecl *MemberDecl = VD->getInstantiatedFromStaticDataMember()) [all...] |
DeclCXX.cpp | [all...] |
DeclTemplate.cpp | [all...] |
/external/clang/lib/Analysis/ |
ReachableCode.cpp | 233 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
|
/external/clang/lib/Index/ |
USRGeneration.cpp | 90 void VisitVarDecl(const VarDecl *D); 265 void USRGenerator::VisitVarDecl(const VarDecl *D) {
|
/external/clang/lib/Sema/ |
SemaAttr.cpp | 459 VarDecl *VD = Lookup.getAsSingle<VarDecl>();
|
SemaStmtAsm.cpp | 638 if (VarDecl *VD = dyn_cast<VarDecl>(FoundDecl))
|
SemaTemplate.cpp | [all...] |
SemaDeclCXX.cpp | 98 } else if (VarDecl *VDecl = dyn_cast<VarDecl>(Decl)) { 669 /// This is called when there's a redeclaration of a VarDecl. The function 672 void Sema::MergeVarDeclExceptionSpecs(VarDecl *New, VarDecl *Old) { [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 595 if (const VarDecl *D = dyn_cast_or_null<VarDecl>(DeclReg->getDecl())) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCXX.cpp | 118 if (const auto *Var = dyn_cast<VarDecl>(DS->getSingleDecl())) { 541 const VarDecl *VD = CS->getExceptionDecl();
|
/external/clang/test/Index/ |
get-cursor.cpp | 186 // CHECK-DECL: VarDecl=foo:35:5 259 // CHECK-FORRANGE: 141:13 VarDecl=lv:141:13 (Definition) Extent=[141:8 - 141:17] Spelling=lv ([141:13 - 141:15])
|
index-templates.cpp | 149 // CHECK-LOAD: index-templates.cpp:35:16: VarDecl=OneDimension:35:16 (Definition) Extent=[35:1 - 35:32] 185 // CHECK-LOAD: index-templates.cpp:85:14: VarDecl=p:85:14 (Definition)
|
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceQueryTestCase.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGException.cpp | [all...] |
CGObjC.cpp | 304 const VarDecl *var = dyn_cast<VarDecl>(declRef->getDecl()); [all...] |
MicrosoftCXXABI.cpp | 380 CodeGenModule &CGM, ArrayRef<const VarDecl *> CXXThreadLocals, 382 ArrayRef<const VarDecl *> CXXThreadLocalInitVars) override; 385 LValue EmitThreadLocalVarDeclLValue(CodeGenFunction &CGF, const VarDecl *VD, 388 void EmitGuardedInit(CodeGenFunction &CGF, const VarDecl &D, 391 void registerGlobalDtor(CodeGenFunction &CGF, const VarDecl &D, [all...] |