OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Designator
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
init.h
95
struct
Designator
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Designator.h
1
//===---
Designator
.h - Initialization
Designator
---------------*- C++ -*-===//
26
///
Designator
- A
designator
in a C99 designated initializer.
30
/// these. An example of a
designator
are things like this:
36
class
Designator
{
42
Designator
() {};
127
static
Designator
getField(const IdentifierInfo *II, SourceLocation DotLoc,
129
Designator
D;
138
static
Designator
getArray(Expr *Index
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
186
/// array in its
designator
.
211
assert(I == 0 && "unexpected unsized array
designator
");
284
assert(V.isLValue() && "Non-LValue used to make an LValue
designator
?");
379
/// relevant diagnostic and set the
designator
as invalid.
384
assert(!Invalid && "invalid
designator
has no subobject type");
390
/// Update this
designator
to refer to the first element within this array.
400
/// Update this
designator
to refer to the first element within the array of
413
/// Update this
designator
to refer to the given base or member of this
426
/// Update this
designator
to refer to the given complex component.
1418
// Do not set the
designator
as invalid: we can represent this situation
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
2290
/// The source range that covers this part of the
designator
.
2293
/// The data describing the
designator
, which comes in three
2363
/// offsetof(record-type, member-
designator
). For example, given:
4948
/// designators, one array
designator
for @c [2] followed by one field
4949
///
designator
for @c .y. The initialization expression will be 1.0.
4954
/// Forward declaration of the
Designator
class.
4955
class
Designator
;
4976
Designator
*Designators;
4979
llvm::ArrayRef<
Designator
> Designators,
4988
/// A field
designator
, e.g., ".x"
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026