OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtInfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
704
struct
ExtInfo
: public QualifierInfo {
709
llvm::PointerUnion<TypeSourceInfo *,
ExtInfo
*> DeclInfo;
715
bool hasExtInfo() const { return DeclInfo.is<
ExtInfo
*>(); }
716
ExtInfo
*getExtInfo() { return DeclInfo.get<
ExtInfo
*>(); }
717
const
ExtInfo
*getExtInfo() const { return DeclInfo.get<
ExtInfo
*>(); }
3303
using
ExtInfo
= QualifierInfo;
3313
llvm::PointerUnion<TypedefNameDecl *,
ExtInfo
*> TypedefNameDeclOrQualifier;
3315
bool hasExtInfo() const { return TypedefNameDeclOrQualifier.is<
ExtInfo
*>(); }
[
all
...]
Type.h
1583
unsigned
ExtInfo
: 13;
3659
class
ExtInfo
{
3664
// Type::FunctionTypeBitfields::
ExtInfo
as well.
3682
ExtInfo
(unsigned Bits) : Bits(static_cast<uint16_t>(Bits)) {}
3687
ExtInfo
(bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc,
3701
ExtInfo
() = default;
3705
ExtInfo
(CallingConv CC) : Bits(CC) {}
3723
bool operator==(
ExtInfo
Other) const {
3726
bool operator!=(
ExtInfo
Other) const {
3733
ExtInfo
withNoReturn(bool noReturn) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerLowering.cpp
377
auto
ExtInfo
= getExtMask(MI.getOperand(3).getShuffleMask(),
379
if (!
ExtInfo
)
383
std::tie(ReverseExt, Imm) = *
ExtInfo
;
Completed in 78 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026