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

1 2 3 4 5 6 7 891011>>

  /external/libopus/silk/fixed/
encode_frame_FIX.c 121 VARDECL( opus_int32, xfw_Q3 );
122 VARDECL( opus_int16, res_pitch );
123 VARDECL( opus_uint8, ec_buf_copy );
find_LPC_FIX.c 66 VARDECL( opus_int16, LPC_res );
find_pitch_lags_FIX.c 48 VARDECL( opus_int16, Wsig );
  /prebuilts/go/darwin-x86/src/go/types/
decl.go 81 check.varDecl(obj, d.lhs, d.typ, d.init)
129 func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init ast.Expr) {
383 check.varDecl(obj, lhs, s.Type, init)
  /prebuilts/go/linux-x86/src/go/types/
decl.go 81 check.varDecl(obj, d.lhs, d.typ, d.init)
129 func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init ast.Expr) {
383 check.varDecl(obj, lhs, s.Type, init)
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 79 VarDecl *GlobalVarDecl;
83 VarDecl *ConstantStringClassReference;
137 llvm::SmallPtrSet<VarDecl *, 8> ImportedLocalExternalDecls;
288 void RewriteTypeOfDecl(VarDecl *VD);
316 void RewriteByRefVar(VarDecl *VD);
374 std::string SynthesizeByrefCopyDestroyHelper(VarDecl *VD, int flag);
660 } else if (VarDecl *FVD = dyn_cast<VarDecl>(D)) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 72 if (const auto *VD = dyn_cast<VarDecl>(D))
147 void mangleReferenceTemporary(const VarDecl *D, unsigned ManglingNumber,
163 void mangleStaticGuardVariable(const VarDecl *D, raw_ostream &) override;
164 void mangleDynamicInitializer(const VarDecl *D, raw_ostream &Out) override;
165 void mangleDynamicAtExitDestructor(const VarDecl *D,
171 void mangleItaniumThreadLocalInit(const VarDecl *D, raw_ostream &) override;
172 void mangleItaniumThreadLocalWrapper(const VarDecl *D,
437 const VarDecl *VD = dyn_cast<VarDecl>(D);
464 else if (const VarDecl *VD = dyn_cast<VarDecl>(D)
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 39 class VarDecl;
104 SmallVectorImpl<VarDecl *> &TentativeDefs) {}
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 79 const VarDecl *elemD = cast<VarDecl>(DS->getSingleDecl());
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGBlocks.cpp 264 const VarDecl *var) {
361 const VarDecl *variable = CI.getVariable();
588 const VarDecl *variable = CI.getVariable();
762 const VarDecl *variable = CI.getVariable();
801 const_cast<VarDecl *>(variable),
    [all...]
CGOpenCLRuntime.cpp 28 const VarDecl &D) {
SanitizerMetadata.cpp 59 const VarDecl &D, bool IsDynInit) {
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 288 RedeclarableResult VisitVarDeclImpl(VarDecl *D);
289 void VisitVarDecl(VarDecl *VD) { VisitVarDeclImpl(VD); }
    [all...]
  /external/clang/test/CodeGen/
switch-dce.c 207 int a; // Ok to skip this vardecl.
  /external/clang/test/Index/
annotate-tokens.cpp 137 // CHECK: Identifier: "foo" [20:5 - 20:8] VarDecl=foo:20:5 (Definition)
191 // CHECK2: Keyword: "int" [32:7 - 32:10] VarDecl=p:32:11 (Definition)
192 // CHECK2: Identifier: "p" [32:11 - 32:12] VarDecl=p:32:11 (Definition)
193 // CHECK2: Punctuation: "=" [32:13 - 32:14] VarDecl=p:32:11 (Definition)
c-index-api-loadTU-test.m 114 // CHECK: c-index-api-loadTU-test.m:47:8: VarDecl=bee:47:8 (Definition) Extent=[47:2 - 47:11]
117 // CHECK: c-index-api-loadTU-test.m:48:5: VarDecl=a:48:5 (Definition) Extent=[48:2 - 48:18]
123 // CHECK: c-index-api-loadTU-test.m:49:12: VarDecl=c:49:12 (Definition) Extent=[49:2 - 49:26]
130 // CHECK: c-index-api-loadTU-test.m:50:13: VarDecl=d:50:13 (Definition) Extent=[50:2 - 50:14]
complete-exprs.cpp 84 // CHECK-CC5: VarDecl:{ResultType int}{TypedText x} (12)
complete-exprs.m 39 // CHECK-CC3: VarDecl:{ResultType id}{TypedText global} (50)
cursor-ref-names.cpp 30 // CHECK: cursor-ref-names.cpp:17:9: VarDecl=inst:17:9 (Definition) Extent=[17:5 - 17:13]
  /external/clang/test/Misc/
ast-dump-decl.m 145 // CHECK: VarDecl{{.*}}Test 'typeof (B.foo)':'int'
  /external/libopus/celt/
rate.c 535 VARDECL(int, bits1);
536 VARDECL(int, bits2);
537 VARDECL(int, thresh);
538 VARDECL(int, trim_offset);
  /external/libopus/silk/
CNG.c 127 VARDECL( opus_int32, CNG_sig_Q10 );
  /prebuilts/go/darwin-x86/src/go/types/testdata/
vardecl.src 5 package vardecl
  /prebuilts/go/linux-x86/src/go/types/testdata/
vardecl.src 5 package vardecl

Completed in 806 milliseconds

1 2 3 4 5 6 7 891011>>