HomeSort by relevance Sort by last modified time
    Searched full:vardecl (Results 151 - 175 of 371) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/speex/libspeex/
filters.c 382 VARDECL(spx_mem_t *mem);
394 VARDECL(spx_mem_t *mem);
410 VARDECL(spx_mem_t *mem1);
411 VARDECL(spx_mem_t *mem2);
444 VARDECL(spx_word16_t *a);
445 VARDECL(spx_word16_t *x);
484 VARDECL(spx_word16_t *xx1);
485 VARDECL(spx_word16_t *xx2);
666 VARDECL(spx_word16_t *iexc);
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 66 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
115 const VarDecl *VD;
LLVMConventionsChecker.cpp 134 void VisitVarDecl(VarDecl *VD);
148 if (VarDecl *VD = dyn_cast<VarDecl>(I))
152 void StringRefCheckerVisitor::VisitVarDecl(VarDecl *VD) {
  /external/clang/tools/libclang/
CXCursor.h 44 class VarDecl;
118 CXCursor MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc,
123 std::pair<const VarDecl *, SourceLocation> getCursorVariableRef(CXCursor C);
  /external/libopus/celt/
celt_encoder.c 231 VARDECL(opus_val16, tmp);
553 VARDECL(int, metric);
556 VARDECL(int, path0);
557 VARDECL(int, path1);
558 VARDECL(celt_norm, tmp);
559 VARDECL(celt_norm, tmp_1);
897 VARDECL(opus_val16, follower);
898 VARDECL(opus_val16, noise_floor);
1011 VARDECL(celt_sig, _pre);
1035 VARDECL(opus_val16, pitch_buf)
    [all...]
mdct.c 111 VARDECL(kiss_fft_scalar, f);
112 VARDECL(kiss_fft_scalar, f2);
217 VARDECL(kiss_fft_scalar, f2);
pitch.c 302 VARDECL(opus_val16, x_lp4);
303 VARDECL(opus_val16, y_lp4);
304 VARDECL(opus_val32, xcorr);
414 VARDECL(opus_val32, yy_lookup);
vq.c 160 VARDECL(celt_norm, y);
161 VARDECL(int, iy);
162 VARDECL(opus_val16, signx);
328 VARDECL(int, iy);
  /frameworks/compile/slang/
slang_rs_context.h 42 class VarDecl;
107 bool processExportVar(const clang::VarDecl *VD);
130 std::vector<clang::VarDecl *> mUsedByReducePragmaDummyVars;
slang_rs_export_type.cpp 184 const clang::VarDecl *VD,
212 const clang::VarDecl *VD,
261 clang::VarDecl const *VD,
432 const clang::VarDecl *VD,
441 const clang::VarDecl *VD, bool InCompositeType,
504 const clang::VarDecl *VD = (ND ? llvm::dyn_cast<clang::VarDecl>(ND) : nullptr);
681 const clang::VarDecl *VD,
712 if (auto VD = llvm::dyn_cast_or_null<clang::VarDecl>(ND)) {
724 clang::VarDecl *VD, unsigned int TargetAPI
    [all...]
slang_rs_export_var.cpp 30 const clang::VarDecl *VD,
  /external/clang/lib/Analysis/
CFG.cpp 36 if (VarDecl *VD = dyn_cast<VarDecl>(D))
158 /// - On every occurrence of VarDecl increase CFGBuilder::ScopePos if it points
159 /// at this VarDecl,
171 typedef BumpVector<VarDecl*> AutomaticVarsTy;
199 VarDecl *const* operator->() const {
204 VarDecl *operator*() const {
257 void addVar(VarDecl *VD) {
590 LocalScope* addLocalScopeForVarDecl(VarDecl *VD, LocalScope* Scope = nullptr);
618 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S)
    [all...]
BodyFarm.cpp 58 DeclRefExpr *makeDeclRefExpr(const VarDecl *D);
109 DeclRefExpr *ASTMaker::makeDeclRefExpr(const VarDecl *D) {
114 /* D = */ const_cast<VarDecl*>(D),
430 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl();
  /external/clang/lib/AST/
ASTImporter.cpp 110 bool ImportDefinition(VarDecl *From, VarDecl *To,
126 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
149 Decl *VisitVarDecl(VarDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 44 inline bool IsVariableAConstantExpression(VarDecl *Var, ASTContext &Context) {
45 const VarDecl *DefVD = nullptr;
70 inline void MarkVarDeclODRUsed(VarDecl *Var,
75 if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly &&
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 227 if (VarDecl *VD = dyn_cast<VarDecl>(RefD))
366 VarDecl *VD = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl());
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 150 const VarDecl *Variable;
195 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
254 if (const VarDecl *CatchParam = Handler.Variable) {
285 const VarDecl *paramDecl) {
  /external/clang/test/Index/
file-refs.c 33 // CHECK-NEXT: VarDecl=glob_x:5:12 =[5:12 - 5:18]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 160 "varDecl", constructMatcher("hasInitializer", constructMatcher("stmt")))
163 "varDecl",
233 constructMatcher("varDecl", IsDefinition).getTypedMatcher<Decl>();
330 constructMatcher("varDecl",
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestDeclVisitor.cpp 19 bool VisitVarDecl(VarDecl *Variable) {
RefactoringCallbacksTest.cpp 86 declRefExpr(to(varDecl(hasName("a"))))))))),
  /external/libopus/silk/fixed/
residual_energy_FIX.c 50 VARDECL( opus_int16, LPC_res );
  /external/libopus/silk/
resampler_down2_3.c 47 VARDECL( opus_int32, buf );
resampler_private_IIR_FIR.c 75 VARDECL( opus_int16, buf );

Completed in 342 milliseconds

1 2 3 4 5 67 8 91011>>