OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vardecl
(Results
26 - 50
of
371
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Index/
preamble-reparse.c
2
// CHECK: preamble-reparse-1.c:1:5:
VarDecl
=x:1:5 Extent=[1:1 - 1:6]
get-cursor.c
31
// CHECK:
VarDecl
=x:7:5
32
// CHECK:
VarDecl
=y:7:8
attributes-cuda.cu
23
// CHECK: attributes-cuda.cu:7:32:
VarDecl
=g_constant:7:32 (Definition)
25
// CHECK: attributes-cuda.cu:8:32:
VarDecl
=g_shared:8:32 (Definition)
32
// CHECK: attributes-cuda.cu:13:37:
VarDecl
=v_device_builtin:13:37
35
// CHECK: attributes-cuda.cu:16:65:
VarDecl
=surface_var:16:65
36
// CHECK: attributes-cuda.cu:17:65:
VarDecl
=texture_var:17:65
targeted-file-refs.c
21
// LOCAL:
VarDecl
=LocalVar:5:12
22
// LOCAL:
VarDecl
=LocalVar:5:12 =[5:12 - 5:20]
23
// LOCAL:
VarDecl
=LocalVar:6:5 =[6:5 - 6:13]
49
// NESTED:
VarDecl
=NestedVar1:2:12
50
// NESTED:
VarDecl
=NestedVar1:2:12 =[2:12 - 2:22]
58
// PREAMBLE:
VarDecl
=PreambleVar:2:12
59
// PREAMBLE:
VarDecl
=PreambleVar:2:12 =[2:12 - 2:23]
c-index-pch.c
5
// ALL:
VarDecl
=bar
pragma-diag-reparse.c
20
// CHECK: pragma-diag-reparse.c:8:7:
VarDecl
=x:8:7 (Definition) Extent=[8:3 - 8:10]
annotate-literals.m
52
// CHECK-LITERALS: Identifier: "objects" [41:6 - 41:13]
VarDecl
=objects:41:6 (Definition)
53
// CHECK-LITERALS: Punctuation: "=" [41:14 - 41:15]
VarDecl
=objects:41:6 (Definition)
62
// CHECK-LITERALS: Identifier: "dict" [42:6 - 42:10]
VarDecl
=dict:42:6 (Definition)
63
// CHECK-LITERALS: Punctuation: "=" [42:11 - 42:12]
VarDecl
=dict:42:6 (Definition)
81
// CHECK-LITERALS: Identifier: "val" [45:6 - 45:9]
VarDecl
=val:45:6 (Definition)
82
// CHECK-LITERALS: Punctuation: "=" [45:10 - 45:11]
VarDecl
=val:45:6 (Definition)
annotate-subscripting.m
47
// CHECK: Punctuation: "*" [25:11 - 25:12]
VarDecl
=arr:25:12 (Definition)
48
// CHECK: Identifier: "arr" [25:12 - 25:15]
VarDecl
=arr:25:12 (Definition)
49
// CHECK: Punctuation: "=" [25:16 - 25:17]
VarDecl
=arr:25:12 (Definition)
79
// CHECK: Punctuation: "*" [35:16 - 35:17]
VarDecl
=dict:35:17 (Definition)
80
// CHECK: Identifier: "dict" [35:17 - 35:21]
VarDecl
=dict:35:17 (Definition)
81
// CHECK: Punctuation: "=" [35:22 - 35:23]
VarDecl
=dict:35:17 (Definition)
annotate-tokens-pp.c
120
// CHECK: Keyword: "int" [14:3 - 14:6]
VarDecl
=z:14:7 (Definition)
121
// CHECK: Identifier: "z" [14:7 - 14:8]
VarDecl
=z:14:7 (Definition)
122
// CHECK: Punctuation: "=" [14:9 - 14:10]
VarDecl
=z:14:7 (Definition)
125
// CHECK: Keyword: "int" [15:3 - 15:6]
VarDecl
=t:15:7 (Definition)
126
// CHECK: Identifier: "t" [15:7 - 15:8]
VarDecl
=t:15:7 (Definition)
127
// CHECK: Punctuation: "=" [15:9 - 15:10]
VarDecl
=t:15:7 (Definition)
130
// CHECK: Keyword: "int" [16:3 - 16:6]
VarDecl
=k:16:7 (Definition)
131
// CHECK: Identifier: "k" [16:7 - 16:8]
VarDecl
=k:16:7 (Definition)
132
// CHECK: Punctuation: "=" [16:9 - 16:10]
VarDecl
=k:16:7 (Definition)
141
// CHECK: Keyword: "int" [17:3 - 17:6]
VarDecl
=j:17:7 (Definition
[
all
...]
/external/clang/test/SemaTemplate/
default-expr-arguments-2.cpp
15
// CHECK:
VarDecl
{{.*}}tmp 'bar<int>'
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
284
varDecl
(hasName("z_float"),
288
varDecl
(hasName("z_float"),
292
varDecl
(hasName("z_char"),
309
varDecl
(hasName("z_float"),
313
varDecl
(hasName("z_float"),
317
varDecl
(hasName("z_char"),
388
Code,
varDecl
(hasName("MyVar1"), hasDeclContext(translationUnitDecl()))));
390
Code,
varDecl
(hasName("MyVar2"), hasDeclContext(translationUnitDecl()))));
393
varDecl
(hasName("MyVar2"),
435
hasArgument(0, declRefExpr(to(
varDecl
())))))));
[
all
...]
/external/clang/include/clang/Analysis/Analyses/
LiveVariables.h
36
llvm::ImmutableSet<const
VarDecl
*> liveDecls;
44
llvm::ImmutableSet<const
VarDecl
*> LiveDecls)
48
bool isLive(const
VarDecl
*D) const;
77
bool isLive(const CFGBlock *B, const
VarDecl
*D);
83
bool isLive(const Stmt *S, const
VarDecl
*D);
PseudoConstantAnalysis.h
28
bool isPseudoConstant(const
VarDecl
*VD);
29
bool wasReferenced(const
VarDecl
*VD);
/external/clang/lib/AST/
StmtCXX.cpp
69
VarDecl
*RangeDecl = dyn_cast_or_null<
VarDecl
>(RangeStmt->getSingleDecl());
78
VarDecl
*CXXForRangeStmt::getLoopVariable() {
81
return cast<
VarDecl
>(LV);
84
const
VarDecl
*CXXForRangeStmt::getLoopVariable() const {
ItaniumCXXABI.cpp
41
/// Returns the name of anonymous union
VarDecl
or nullptr if it is not found.
42
static const IdentifierInfo *findAnonymousUnionVarDeclName(const
VarDecl
& VD) {
44
assert(RT && "type of
VarDecl
is expected to be RecordType.");
78
unsigned getStaticLocalNumber(const
VarDecl
*VD) override {
83
unsigned getManglingNumber(const
VarDecl
*VD, unsigned) override {
86
//
VarDecl
without an identifier represents an anonymous union declaration.
/external/clang/lib/Analysis/
UninitializedValues.cpp
36
static bool isTrackedVar(const
VarDecl
*vd, const DeclContext *dc) {
52
llvm::DenseMap<const
VarDecl
*, unsigned> map;
63
Optional<unsigned> getValueIndex(const
VarDecl
*d) const;
69
DeclContext::specific_decl_iterator<
VarDecl
> I(dc.decls_begin()),
72
const
VarDecl
*vd = *I;
78
Optional<unsigned> DeclToIndex::getValueIndex(const
VarDecl
*d) const {
79
llvm::DenseMap<const
VarDecl
*, unsigned>::const_iterator I = map.find(d);
132
ValueVector::reference operator[](const
VarDecl
*vd);
135
const
VarDecl
*vd) {
196
ValueVector::reference CFGBlockValues::operator[](const
VarDecl
*vd)
[
all
...]
LiveVariables.cpp
86
llvm::ImmutableSet<const
VarDecl
*>::Factory DSetFact;
123
bool LiveVariables::LivenessValues::isLive(const
VarDecl
*D) const {
151
llvm::ImmutableSetRef<const
VarDecl
*>
173
static bool isAlwaysAlive(const
VarDecl
*D) {
177
bool LiveVariables::isLive(const CFGBlock *B, const
VarDecl
*D) {
181
bool LiveVariables::isLive(const Stmt *S, const
VarDecl
*D) {
291
if (const
VarDecl
*VD = dyn_cast<
VarDecl
>(DS->getSingleDecl())) {
341
if (const
VarDecl
*VD = dyn_cast<
VarDecl
>(DR->getDecl()))
[
all
...]
/external/clang/include/clang/AST/
MangleNumberingContext.h
29
class
VarDecl
;
46
virtual unsigned getStaticLocalNumber(const
VarDecl
*VD) = 0;
50
virtual unsigned getManglingNumber(const
VarDecl
*VD,
Mangle.h
37
class
VarDecl
;
105
virtual void mangleReferenceTemporary(const
VarDecl
*D,
128
virtual void mangleStaticGuardVariable(const
VarDecl
*D, raw_ostream &) = 0;
130
virtual void mangleDynamicInitializer(const
VarDecl
*D, raw_ostream &) = 0;
132
virtual void mangleDynamicAtExitDestructor(const
VarDecl
*D,
160
virtual void mangleItaniumThreadLocalInit(const
VarDecl
*D,
162
virtual void mangleItaniumThreadLocalWrapper(const
VarDecl
*D,
197
virtual void mangleThreadSafeStaticGuardVariable(const
VarDecl
*VD,
/external/clang/test/Misc/
ast-dump-stmt.m
32
// CHECK-NEXT:
VarDecl
{{.*}}a
/external/speex/libspeex/
stack_alloc.h
70
* @def
VARDECL
(var)
104
#define
VARDECL
(var)
107
#define
VARDECL
(var) var
110
#define
VARDECL
(var) var
vq_sse.h
39
VARDECL
(float *dist);
40
VARDECL
(__m128 *in);
78
VARDECL
(float *dist);
79
VARDECL
(__m128 *in);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h
23
class
VarDecl
;
42
std::pair<const clang::
VarDecl
*, const clang::Expr *>
/external/clang/test/Modules/
cxx-decls.cpp
57
// CHECK:
VarDecl
[[mergeUsedFlag:0x[0-9a-f]*]] {{.*}} in cxx_decls.imported used mergeUsedFlag
58
// CHECK:
VarDecl
{{0x[0-9a-f]*}} prev [[mergeUsedFlag]] {{.*}} in cxx_decls_merged used mergeUsedFlag
/external/clang/unittests/AST/
SourceLocationTest.cpp
32
LocationVerifier<
VarDecl
> Verifier;
34
EXPECT_FALSE(Verifier.match("int i",
varDecl
()));
38
LocationVerifier<
VarDecl
> Verifier;
46
EXPECT_FALSE(Verifier.match("int i;",
varDecl
()));
50
LocationVerifier<
VarDecl
> Verifier;
52
EXPECT_FALSE(Verifier.match("int i;",
varDecl
()));
56
RangeVerifier<
VarDecl
> Verifier;
58
EXPECT_FALSE(Verifier.match("int i;",
varDecl
()));
83
EXPECT_TRUE(Verifier.match("void f(i) {}",
varDecl
(), Lang_C));
89
EXPECT_TRUE(Verifier.match("void f(i) {}",
varDecl
(), Lang_C))
[
all
...]
Completed in 377 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>