OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFieldIndex
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp
201
auto FieldOffsetBits = RL.getFieldOffset(FD->
getFieldIndex
());
238
Field ? -static_cast<int>(Field->
getFieldIndex
())
242
RHS.Field ? -static_cast<int>(RHS.Field->
getFieldIndex
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTImporter.h
606
static llvm::Optional<unsigned>
getFieldIndex
(Decl *F);
Decl.h
2868
unsigned
getFieldIndex
() const;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
335
uint32_t
getFieldIndex
(Value *V) const {
548
auto Field = B.getLayoutField(
getFieldIndex
(I));
986
auto Index = FrameData.
getFieldIndex
(V);
1002
auto Index = FrameData.
getFieldIndex
(V);
1507
FieldIDType Index = FrameData.
getFieldIndex
(Orig);
1586
auto Index = FrameData.
getFieldIndex
(Def);
1605
FrameTy->getElementType(FrameData.
getFieldIndex
(E.first)), GEP,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
348
uint64_t BitOffset = Layout.getFieldOffset(Field->
getFieldIndex
());
CGRecordLayoutBuilder.cpp
178
return Layout.getFieldOffset(FD->
getFieldIndex
());
609
Layout.getFieldOffset(F->
getFieldIndex
()));
CGClass.cpp
1018
FirstFieldOffset = RecLayout.getFieldOffset(F->
getFieldIndex
());
1020
LastAddedFieldIndex = F->
getFieldIndex
();
1025
// F->
getFieldIndex
() == LastAddedFieldIndex + 1
1028
assert(F->
getFieldIndex
() >= LastAddedFieldIndex + 1 &&
1030
LastAddedFieldIndex = F->
getFieldIndex
();
1035
uint64_t FOffset = RecLayout.getFieldOffset(F->
getFieldIndex
());
1722
PoisonMembers(CGF, (*Start)->
getFieldIndex
(),
1723
It == Fields.end() ? -1 : (*It)->
getFieldIndex
());
SwiftCallingConv.cpp
164
auto fieldOffsetInBits = layout.getFieldOffset(field->
getFieldIndex
());
CGExpr.cpp
4254
addr, idx, CGF.getDebugInfoFIndex(rec, field->
getFieldIndex
()), DbgInfo);
4303
Addr, Idx, getDebugInfoFIndex(rec, field->
getFieldIndex
()),
4357
Layout.getFieldOffset(field->
getFieldIndex
()) / CharWidth;
4395
addr.getPointer(), getDebugInfoFIndex(rec, field->
getFieldIndex
()), DbgInfo),
CGNonTrivialStruct.cpp
63
.getFieldOffset(FD->
getFieldIndex
())
CGExprAgg.cpp
2016
if (Layout.getFieldOffset(FD->
getFieldIndex
()) +
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp
589
auto It = CXXParent->captures_begin() + Field->
getFieldIndex
();
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
507
ID.AddInteger(getUnionField()->
getFieldIndex
() + 1);
832
getStructField(FI->
getFieldIndex
()).
ExprConstant.cpp
2390
Value.getStructField(I->
getFieldIndex
()),
3129
unsigned I = FD->
getFieldIndex
();
3774
O = &O->getStructField(Field->
getFieldIndex
());
4759
Result.getStructField(I->
getFieldIndex
()));
6210
FieldIt->
getFieldIndex
() > FD->
getFieldIndex
()) {
6221
Result.getStructField(FieldIt->
getFieldIndex
()));
6254
Value = &Result.getStructField(FD->
getFieldIndex
());
6289
Value = &Value->getStructField(FD->
getFieldIndex
());
6330
Result.getStructField(FieldIt->
getFieldIndex
()));
[
all
...]
ItaniumMangle.cpp
5514
V.getStructField(Fields.back()->
getFieldIndex
())))) {
5535
V.getStructField(Fields[I]->
getFieldIndex
()),
5777
if (FD->
getFieldIndex
())
5778
Out << (FD->
getFieldIndex
() - 1);
Decl.cpp
4205
unsigned FieldDecl::
getFieldIndex
() const {
4208
return Canonical->
getFieldIndex
();
ASTImporter.cpp
3619
ASTImporter::
getFieldIndex
(D) !=
3620
ASTImporter::
getFieldIndex
(FoundField))
3706
ASTImporter::
getFieldIndex
(D) !=
3707
ASTImporter::
getFieldIndex
(FoundField))
8132
Optional<unsigned> ASTImporter::
getFieldIndex
(Decl *F) {
MicrosoftMangle.cpp
1786
V.getStructField(FD->
getFieldIndex
()),
RecordLayoutBuilder.cpp
3359
return Layout.getFieldOffset(FD->
getFieldIndex
());
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
ctfeexpr.d
61
private int
getFieldIndex
(Type fieldtype, uint fieldoffset)
82
// Same as
getFieldIndex
, but checks for a direct match with the VarDeclaration
110
* Same as
getFieldIndex
, but checks for a direct match with the VarDeclaration
732
? ex.isClassReferenceExp().
getFieldIndex
(e.type, v.offset)
733
: se.
getFieldIndex
(e.type, v.offset);
expression.h
481
int
getFieldIndex
(Type *type, unsigned offset);
expression.d
3249
int i =
getFieldIndex
(type, offset);
3294
int
getFieldIndex
(Type type, uint offset)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
865
unsigned i = FD->
getFieldIndex
();
SemaInit.cpp
2669
(*NextField)->
getFieldIndex
() > Field->
getFieldIndex
() + 1)) {
2683
PrevField->
getFieldIndex
() > KnownField->
getFieldIndex
()) {
2687
unsigned OldIndex = NumBases + PrevField->
getFieldIndex
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
1754
unsigned Index = FD->
getFieldIndex
();
Completed in 118 milliseconds
1
2
Indexes created Thu Jun 18 00:24:58 UTC 2026