OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNullValue
(Results
1 - 3
of
3
) sorted by null
/cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java
105
value =
getNullValue
(valueArg);
125
private Object
getNullValue
(int valueArg) {
/external/llvm/include/llvm/ADT/
APInt.h
457
static APInt
getNullValue
(unsigned numBits) { return APInt(numBits, 0); }
[
all
...]
/external/llvm/lib/IR/
Constants.cpp
111
Constant *Constant::
getNullValue
(Type *Ty) {
133
APInt::
getNullValue
(128)));
590
APFloat apf = cast<ConstantFP>(Constant::
getNullValue
(Ty))->getValueAPF();
605
return Constant::
getNullValue
(Ty);
661
return Constant::
getNullValue
(getType()->getSequentialElementType());
667
return Constant::
getNullValue
(getType()->getStructElementType(Elt));
[
all
...]
Completed in 735 milliseconds