Home
last modified time | relevance | path

Searched refs:Struct (Results 1 – 25 of 29) sorted by relevance

12

/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression.cpp15 struct Struct { struct
26 v5 = Struct::sval, argument
27 v6 = Struct::seval,
31 v10 = sizeof(Struct),
32 v11 = true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
39 b5 : Struct::sval,
40 b6 : Struct::seval,
45 b11 : true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
52 i5 = Struct::sval,
53 i6 = Struct::seval,
[all …]
H A Daltivec.cpp71 struct Struct { struct
76 vector float initFloat = (vector float)(Struct().f); // expected-error {{did you mean to call it}}
77 vector int initInt = (vector int)(Struct().n); // expected-error {{did you mean to call it}}
H A Dcxx98-compat.cpp209 struct Struct {}; struct
214 …friend Struct; // expected-warning {{befriending 'Struct' without 'struct' keyword is incompatible…
H A Dnested-name-spec.cpp152 struct Struct { }; struct
154 void Struct::f() { } // expected-error{{out-of-line definition of 'f' does not match any declaratio… in f()
/minix/external/bsd/llvm/dist/llvm/unittests/IR/
H A DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar"); in TEST() local
22 EXPECT_EQ("FooBar", Struct->getName()); in TEST()
23 Struct->setName(Struct->getName().substr(0, 3)); in TEST()
24 EXPECT_EQ("Foo", Struct->getName()); in TEST()
25 Struct->setName(""); in TEST()
26 EXPECT_TRUE(Struct->getName().empty()); in TEST()
27 EXPECT_FALSE(Struct->hasName()); in TEST()
/minix/external/bsd/llvm/dist/llvm/test/TableGen/
H A DClassInstanceValue.td4 class Struct<int i> {
9 class Class<Struct s> {
14 def Def : Class<Struct<i>>;
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dglobal-with-initialiser.c19 struct Struct { struct
25 struct Struct globalStruct = { 1, 2.0f, "foobar"}; argument
/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp145 struct Struct { in func() struct
148 Struct(T function) : mFunction(function) {}; in func() argument
155 bar(Struct(function)); in func()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dcombine-comparisons-by-cse.ll231 %struct.Struct = type { i64, i64 }
233 @glob = internal unnamed_addr global %struct.Struct* null, align 8
235 declare %struct.Struct* @Update(%struct.Struct*) #1
238 define void @combine_non_adjacent_cmp_br(%struct.Struct* nocapture readonly %hdCall) #0 {
240 %size = getelementptr inbounds %struct.Struct* %hdCall, i64 0, i32 0
251 %2 = load %struct.Struct** @glob, align 8
252 %call = tail call %struct.Struct* @Update(%struct.Struct* %2) #2
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/XCore/
H A Dcodemodel.ll151 %Struct = type opaque
152 @Unknown = external global %Struct
153 define %Struct* @UnknownStruct() nounwind {
155 ret %Struct* @Unknown
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp166 case Struct: in APValue()
204 else if (Kind == Struct) in DestroyDataAndMakeUninit()
220 case Struct: in needsCleanup()
311 case Struct: in dump()
493 case APValue::Struct: { in printPretty()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.h78 Integer, Vector, Pointer, Struct, enumerator
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h51 Struct, enumerator
189 bool isStruct() const { return Kind == Struct; } in isStruct()
434 Kind = Struct; in MakeStruct()
H A DCommentCommands.td230 def Struct : RecordLikeDeclarationVerbatimLineCommand<"struct">;
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp450 AllocaInst *Struct = nullptr; in emitCallAndSwitchStatement() local
459 Struct = in emitCallAndSwitchStatement()
462 params.push_back(Struct); in emitCallAndSwitchStatement()
469 GetElementPtrInst::Create(Struct, Idx, in emitCallAndSwitchStatement()
495 = GetElementPtrInst::Create(Struct, Idx, in emitCallAndSwitchStatement()
/minix/external/bsd/llvm/dist/llvm/utils/Misc/
H A Dzkill54 class Struct: class
119 table.append(Struct(**record))
/minix/external/bsd/libevent/dist/
H A Devent_rpcgen.py46 class Struct: class
77 class StructCCode(Struct):
81 Struct.__init__(self, name)
1413 newstruct = factory.Struct(tokens[1])
1603 def Struct(self, name): member in CCodeGenerator
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DFunction.cpp662 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct, 0)); in DecodeIITType()
668 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()
739 case IITDescriptor::Struct: { in DecodeFixedType()
H A DVerifier.cpp2371 case IITDescriptor::Struct: { in VerifyIntrinsicType()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h344 Constant *Struct = ConstantStruct::get(ST, V);
345 return InsertValueInst::Create(Struct, Result, 0);
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td56 // in one or two 8-byte slots in the parameter array. Struct members are
/minix/tools/compat/
H A Dconfigure.ac131 # Struct members.
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1207 case APValue::Struct: in EmitConstantValue()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttr.td97 def Struct : SubsetSubject<Record,
1418 let Subjects = SubjectList<[Struct, TypedefName], ErrorDiag,
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml33 | Struct Constructor

12