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

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/slang/
slang_rs_context.cpp 79 bool RSContext::processExportVar(const clang::VarDecl *VD) {
237 clang::VarDecl* VD = llvm::dyn_cast<clang::VarDecl>(D);
352 // `-VarDecl 0x87cb558 <line:3:1, col:30> col:7 var 'void *' cinit
362 clang::VarDecl *const VD = clang::VarDecl::Create(
slang_rs_check_ast.h 72 void ValidateVarDecl(clang::VarDecl *VD);
slang_backend.h 52 class VarDecl;
193 void CompleteTentativeDefinition(clang::VarDecl *D) override;
slang_rs_ast_replace.cpp 93 clang::VarDecl* VD;
94 if ((VD = llvm::dyn_cast<clang::VarDecl>(D))) {
slang_rs_export_type.h 260 const clang::VarDecl *VD,
271 // This function ensures that the VarDecl can be properly handled by RS.
274 static bool ValidateVarDecl(slang::RSContext *Context, clang::VarDecl *VD,
281 const clang::VarDecl *VD = nullptr);
283 const clang::VarDecl *VD);
  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 133 typedef llvm::DenseMap<const VarDecl *, ConsumedState> VarMapType;
159 ConsumedState getState(const VarDecl *Var) const;
183 void setState(const VarDecl *Var, ConsumedState State);
ThreadSafetyCommon.h 105 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {}
197 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl());
351 const Expr *DeclExp, VarDecl *SelfD=nullptr);
449 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 121 void StaticDataMemberInstantiated(const VarDecl *D) override;
192 const VarDecl *D) {
274 void MultiplexConsumer::HandleCXXStaticMemberVarInstantiation(VarDecl *VD) {
329 void MultiplexConsumer::CompleteTentativeDefinition(VarDecl *D) {
  /external/clang/test/SemaCXX/
sourceranges.cpp 15 // CHECK: VarDecl {{0x[0-9a-fA-F]+}} <line:16:1, col:36> col:15 ImplicitConstrArray 'foo::A [2]'
  /external/libopus/silk/
decode_core.c 47 VARDECL( opus_int16, sLTP );
48 VARDECL( opus_int32, sLTP_Q15 );
51 VARDECL( opus_int32, res_Q14 );
52 VARDECL( opus_int32, sLPC_Q14 );
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 63 virtual const VarDecl *getThreadIDVariable() const = 0;
92 CGOpenMPOutlinedRegionInfo(const CapturedStmt &CS, const VarDecl *ThreadIDVar,
102 const VarDecl *getThreadIDVariable() const override { return ThreadIDVar; }
116 const VarDecl *ThreadIDVar;
123 const VarDecl *ThreadIDVar,
132 const VarDecl *getThreadIDVariable() const override { return ThreadIDVar; }
149 const VarDecl *ThreadIDVar;
176 const FieldDecl *lookup(const VarDecl *VD) const override {
190 const VarDecl *getThreadIDVariable() const override {
228 const VarDecl *getThreadIDVariable() const override { return nullptr;
    [all...]
CGCall.h 40 class VarDecl;
146 class FunctionArgList : public SmallVector<const VarDecl*, 16> {
CodeGenModule.cpp 599 void CodeGenModule::setTLSMode(llvm::GlobalValue *GV, const VarDecl &D) const {
650 dyn_cast_or_null<VarDecl>(initializedGlobalDecl.getDecl()), Out);
    [all...]
  /external/clang/include/clang/AST/
Decl.h 706 /// VarDecl - An instance of this class is created to represent a variable
708 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
749 friend class VarDecl;
793 friend class VarDecl;
838 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
842 typedef Redeclarable<VarDecl> redeclarable_base;
843 VarDecl *getNextRedeclarationImpl() override {
846 VarDecl *getPreviousDeclImpl() override {
849 VarDecl *getMostRecentDeclImpl() override
    [all...]
Stmt.h 51 class VarDecl;
877 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
892 VarDecl *getConditionVariable() const;
893 void setConditionVariable(const ASTContext &C, VarDecl *V);
949 SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond);
963 VarDecl *getConditionVariable() const;
964 void setConditionVariable(const ASTContext &C, VarDecl *V);
    [all...]
ASTMutationListener.h 35 class VarDecl;
86 virtual void StaticDataMemberInstantiated(const VarDecl *D) {}
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 145 const VarDecl *VD = I.getVariable();
163 VarDecl *VD = LC.getCapturedVar();
482 BumpVector<const VarDecl*> &BEVals;
484 llvm::SmallPtrSet<const VarDecl*, 4> Visited;
487 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals,
499 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
525 typedef BumpVector<const VarDecl*> DeclVec;
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 86 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
  /external/clang/test/Index/
complete-documentation-templates.cpp 114 // CHECK-CC2: VarDecl:{ResultType int}{TypedText T5}{{.*}}(brief comment: This is T5.)
133 // CHECK-CC5: VarDecl:{ResultType int}{TypedText T102}{{.*}}(brief comment: This is T102.)
complete-exprs.c 54 // CHECK-CC4: VarDecl:{ResultType struct X}{TypedText f1} (50) (deprecated)
64 // CHECK-CC7: VarDecl:{ResultType struct X}{TypedText f1} (50) (deprecated)
print-type.c 31 // CHECK: VarDecl=w:5:17 (Definition) [type=const FooType] [typekind=Typedef] const [canonicaltype=const int] [canonicaltypekind=Int] [isPOD=1]
45 // CHECK: VarDecl=x:10:38 [type=__attribute__((__vector_size__(4 * sizeof(int)))) int] [typekind=Vector] [isPOD=1]
annotate-tokens.m 235 // CHECK: Identifier: "local" [24:13 - 24:18] VarDecl=local:24:13 (Definition)
236 // CHECK: Punctuation: "=" [24:19 - 24:20] VarDecl=local:24:13 (Definition)
402 // CHECK: Keyword: "int" [76:5 - 76:8] VarDecl=local:76:9 (Definition)
403 // CHECK: Identifier: "local" [76:9 - 76:14] VarDecl=local:76:9 (Definition)
404 // CHECK: Punctuation: "=" [76:15 - 76:16] VarDecl=local:76:9 (Definition)
412 // CHECK: Keyword: "int" [77:5 - 77:8] VarDecl=second:77:9 (Definition)
413 // CHECK: Identifier: "second" [77:9 - 77:15] VarDecl=second:77:9 (Definition)
414 // CHECK: Punctuation: "=" [77:16 - 77:17] VarDecl=second:77:9 (Definition)
486 // CHECK: Punctuation: "*" [99:17 - 99:18] VarDecl=localVar:99:19 (Definition)
487 // CHECK: Identifier: "localVar" [99:19 - 99:27] VarDecl=localVar:99:19 (Definition
    [all...]
load-stmts.cpp 127 // CHECK: load-stmts.cpp:4:10: VarDecl=y:4:10 (Definition) Extent=[4:8 - 4:15]
130 // CHECK: load-stmts.cpp:4:19: VarDecl=z:4:19 (Definition) Extent=[4:17 - 4:24]
137 // CHECK: load-stmts.cpp:6:10: VarDecl=z2:6:10 (Definition) Extent=[6:7 - 6:17]
143 // CHECK: load-stmts.cpp:7:13: VarDecl=z3:7:13 (Definition) Extent=[7:10 - 7:20]
149 // CHECK: load-stmts.cpp:8:13: VarDecl=z4:8:13 (Definition) Extent=[8:11 - 8:19]
165 // CHECK: load-stmts.cpp:33:7: VarDecl=typeid_marker:33:7 (Definition)
168 // CHECK: load-stmts.cpp:37:12: VarDecl=int_ptr:37:12 (Definition) Extent=[37:3 - 37:19]
  /external/libopus/silk/fixed/
find_pred_coefs_FIX.c 48 VARDECL( opus_int16, LPC_in_pre );
80 VARDECL( opus_int32, WLTP );
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 75 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
132 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
190 VD->getInitStyle() == VarDecl::CallInit) {
227 if (VarDecl *VD = dyn_cast<VarDecl>(D))
233 void JumpScopeChecker::BuildScopeInformation(VarDecl *D,
308 if (VarDecl *Var = cast<SwitchStmt>(S)->getConditionVariable()) {
490 VarDecl *variable = CI.getVariable();
    [all...]

Completed in 1864 milliseconds

1 2 3 4 56 7 8 91011>>