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

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 50 unsigned getStaticLocalNumber(const VarDecl *VD) override {
56 unsigned getManglingNumber(const VarDecl *VD,
MicrosoftMangle.cpp 151 void mangleReferenceTemporary(const VarDecl *, unsigned ManglingNumber,
153 void mangleStaticGuardVariable(const VarDecl *D, raw_ostream &Out) override;
154 void mangleThreadSafeStaticGuardVariable(const VarDecl *D, unsigned GuardNum,
156 void mangleDynamicInitializer(const VarDecl *D, raw_ostream &Out) override;
157 void mangleDynamicAtExitDestructor(const VarDecl *D,
206 void mangleInitFiniStub(const VarDecl *D, raw_ostream &Out, char CharCode);
258 void mangleVariableEncoding(const VarDecl *VD);
355 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
393 else if (const VarDecl *VD = dyn_cast<VarDecl>(D)
    [all...]
ExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 71 class VarDecl;
203 virtual const FieldDecl *lookup(const VarDecl *VD) const {
227 /// \brief Keep the map between VarDecl and FieldDecl.
228 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;
285 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields;
290 llvm::DenseMap<const VarDecl *, llvm::Value *> NRVOFlags;
586 addPrivate(const VarDecl *LocalVD,
    [all...]
CGOpenMPRuntime.h 39 class VarDecl;
334 llvm::Constant *getOrCreateThreadPrivateCache(const VarDecl *VD);
354 llvm::DenseSet<const VarDecl *> ThreadPrivateWithDefinition;
387 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar,
400 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar,
591 const VarDecl *VD,
604 emitThreadPrivateVarDefinition(const VarDecl *VD, Address VDAddr,
    [all...]
CGCXXABI.h 516 virtual void EmitGuardedInit(CodeGenFunction &CGF, const VarDecl &D,
525 virtual void registerGlobalDtor(CodeGenFunction &CGF, const VarDecl &D,
541 CodeGenModule &CGM, ArrayRef<const VarDecl *> CXXThreadLocals,
543 ArrayRef<const VarDecl *> CXXThreadLocalInitVars) = 0;
553 const VarDecl *VD,
  /external/clang/lib/Sema/
Scope.cpp 119 if (VarDecl *Candidate = NRVO.getPointer()) {
223 OS << "NRVO candidate : (clang::VarDecl*)" << NRVO.getPointer() << '\n';
SemaTemplateInstantiateDecl.cpp 487 Decl *TemplateDeclInstantiator::VisitVarDecl(VarDecl *D) {
491 Decl *TemplateDeclInstantiator::VisitVarDecl(VarDecl *D,
520 VarDecl *Var = VarDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(),
    [all...]
Sema.cpp 447 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
459 const VarDecl *DeclToCheck = VD->getDefinition();
494 if (cast<VarDecl>(ND)->hasDefinition() != VarDecl::DeclarationOnly)
543 << isa<VarDecl>(ND) << ND;
735 !(isa<FunctionDecl>(PrevDecl) || isa<VarDecl>(PrevDecl)))
791 llvm::SmallSet<VarDecl *, 32> Seen;
797 VarDecl *VD = (*T)->getActingDefinition();
    [all...]
  /external/libopus/silk/fixed/
prefilter_FIX.c 105 VARDECL( opus_int32, x_filt_Q12 );
106 VARDECL( opus_int32, st_res_Q2 );
  /external/libopus/silk/
NSQ_del_dec.c 131 VARDECL( opus_int32, sLTP_Q15 );
132 VARDECL( opus_int16, sLTP );
136 VARDECL( opus_int32, x_sc_Q10 );
137 VARDECL( opus_int32, delayedGain_Q10 );
138 VARDECL( NSQ_del_dec_struct, psDelDec );
342 VARDECL( NSQ_sample_pair, psSampleState );
    [all...]
NSQ.c 92 VARDECL( opus_int32, sLTP_Q15 );
93 VARDECL( opus_int16, sLTP );
96 VARDECL( opus_int32, x_sc_Q10 );
PLC.c 182 VARDECL( opus_int16, exc_buf );
184 VARDECL( opus_int16, sLTP );
185 VARDECL( opus_int32, sLTP_Q14 );
control_codec.c 149 VARDECL( opus_int16, x_buf_API_fs_Hz );
150 VARDECL( silk_resampler_state_struct, temp_resampler_state );
154 VARDECL( opus_int16, x_bufFIX );
  /external/libopus/src/
opus_decoder.c 213 VARDECL(opus_int16, pcm_silk);
215 VARDECL(opus_val16, pcm_transition_silk);
217 VARDECL(opus_val16, pcm_transition_celt);
220 VARDECL(opus_val16, redundant_audio);
711 VARDECL(opus_int16, out);
738 VARDECL(float, out);
  /external/speex/libspeex/
ltp_bfin.h 160 VARDECL(spx_word32_t *best_score);
161 VARDECL(spx_word32_t *best_ener);
163 VARDECL(spx_word32_t *corr);
164 VARDECL(spx_word32_t *energy);
214 VARDECL(spx_word16_t *corr16);
215 VARDECL(spx_word16_t *ener16);
filters_bfin.h 87 VARDECL(spx_word32_t *xy2);
88 VARDECL(spx_word32_t *numden_a);
232 VARDECL(spx_word16_t *y);
371 VARDECL(spx_word16_t *ytmp);
441 VARDECL(spx_word16_t *ytmp);
  /external/clang/include/clang/Sema/
Sema.h 182 class VarDecl;
480 typedef LazyVector<VarDecl *, ExternalSemaSource,
    [all...]
Scope.h 32 class VarDecl;
197 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO;
451 void addNRVOCandidate(VarDecl *VD) {
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 601 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
840 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 703 getCaptureRegions(const VarDecl *VD);
866 VarRegion(const VarDecl *vd, const MemRegion* sReg)
869 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const VarDecl *VD,
877 const VarDecl *getDecl() const { return cast<VarDecl>(D); }
    [all...]
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 189 // CHECK: Keyword: "int" [35:1 - 35:4] VarDecl=max_size:35:32 (Definition)
191 // CHECK: Punctuation: "::" [35:10 - 35:12] VarDecl=max_size:35:32 (Definition)
193 // CHECK: Punctuation: "::" [35:17 - 35:19] VarDecl=max_size:35:32 (Definition)
195 // CHECK: Punctuation: "<" [35:24 - 35:25] VarDecl=max_size:35:32 (Definition)
197 // CHECK: Punctuation: "," [35:26 - 35:27] VarDecl=max_size:35:32 (Definition)
199 // CHECK: Punctuation: ">" [35:29 - 35:30] VarDecl=max_size:35:32 (Definition)
200 // CHECK: Punctuation: "::" [35:30 - 35:32] VarDecl=max_size:35:32 (Definition)
201 // CHECK: Identifier: "max_size" [35:32 - 35:40] VarDecl=max_size:35:32 (Definition)
202 // CHECK: Punctuation: "=" [35:41 - 35:42] VarDecl=max_size:35:32 (Definition)
  /external/clang/test/Misc/
ast-dump-color.cpp 36 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]{{.*}}ast-dump-color.cpp:6:1[[RESET]], [[Yellow]]col:5[[RESET]]> [[Yellow]]col:5[[RESET]][[CYAN]] Test[[RESET]] [[Green]]'int'[[RESET]]
84 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:1[[RESET]], [[Yellow]]line:25:3[[RESET]]> [[Yellow]]col:3[[RESET]] referenced[[CYAN]] mu1[[RESET]] [[Green]]'class Mutex':'class Mutex'[[RESET]]
86 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:18:1[[RESET]], [[Yellow]]line:25:8[[RESET]]> [[Yellow]]col:8[[RESET]][[CYAN]] mu2[[RESET]] [[Green]]'class Mutex':'class Mutex'[[RESET]]
88 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:26:1[[RESET]], [[Yellow]]col:5[[RESET]]> [[Yellow]]col:5[[RESET]][[CYAN]] TestExpr[[RESET]] [[Green]]'int'[[RESET]]
102 //CHECK: {{^}}[[Blue]]`-[[RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:1[[RESET]], [[Yellow]]line:30:3[[RESET]]> [[Yellow]]col:3[[RESET]][[CYAN]] Invalid[[RESET]] [[Green]]'struct Invalid':'struct Invalid'[[RESET]]
  /external/clang/include/clang/AST/
ASTContext.h 172 llvm::DenseMap<const VarDecl*, Expr*> BlockVarCopyInits;
340 /// This mapping will contain an entry that maps from the VarDecl for
341 /// X<int>::value to the corresponding VarDecl for X<T>::value (within the
343 llvm::DenseMap<const VarDecl *, TemplateOrSpecializationInfo>
394 llvm::DenseMap<const VarDecl *, unsigned> StaticLocalNumbers;
398 typedef llvm::DenseMap<const VarDecl *, unsigned> ParameterIndexTable;
773 const VarDecl *Var);
776 getTemplateOrSpecializationInfo(const VarDecl *Var);
785 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 173 llvm::Optional<DynTypedMatcher> VarDecl(Parser::parseMatcherExpression(
174 "varDecl(hasInitializer(binaryOperator(hasLHS(integerLiteral()),"
178 Matcher<Decl> M = VarDecl->unconditionalConvertTo<Decl>();

Completed in 796 milliseconds

1 2 3 4 5 6 78 91011>>