OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstantAggregateZero
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/
Constants.h
301
///
ConstantAggregateZero
- All zero aggregate value
303
class
ConstantAggregateZero
: public Constant {
305
ConstantAggregateZero
(const
ConstantAggregateZero
&); // DO NOT IMPLEMENT
307
explicit
ConstantAggregateZero
(Type *ty)
315
static
ConstantAggregateZero
*get(Type *Ty);
337
static bool classof(const
ConstantAggregateZero
*) { return true; }
673
/// can return a
ConstantAggregateZero
object.
726
/// can return a
ConstantAggregateZero
object.
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
217
|
ConstantAggregateZero
[
all
...]
llvm_ocaml.c
417
ConstantAggregateZero
,
442
DEFINE_CASE(Val,
ConstantAggregateZero
);
[
all
...]
Completed in 52 milliseconds