Home
last modified time | relevance | path

Searched defs:Struct (Results 1 – 14 of 14) sorted by relevance

/minix3/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
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar"); in TEST() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp145 struct Struct { in func() struct
146 T mFunction; in func()
148 Struct(T function) : mFunction(function) {}; in func() argument
150 void operator()() { in func()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression.cpp15 struct Struct { struct
26 v5 = Struct::sval, argument
H A Daltivec.cpp71 struct Struct { struct
H A Dcxx98-compat.cpp209 struct Struct {}; struct
H A Dnested-name-spec.cpp152 struct Struct { }; struct
/minix3/external/bsd/llvm/dist/llvm/utils/Misc/
H A Dzkill54 class Struct: class
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.h78 Integer, Vector, Pointer, Struct, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h51 Struct, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp450 AllocaInst *Struct = nullptr; in emitCallAndSwitchStatement() local
/minix3/external/bsd/libevent/dist/
H A Devent_rpcgen.py46 class Struct: class
1603 def Struct(self, name): member in CCodeGenerator
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml33 | Struct Constructor
H A Dllvm.mli68 | Struct Constructor