Home
last modified time | relevance | path

Searched defs:getNullValue (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/
DValue.php55 public function getNullValue() function in Google\\Protobuf\\Value
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h568 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/external/llvm/include/llvm/ADT/
DAPInt.h461 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h465 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp268 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant
/external/llvm/lib/IR/
DConstants.cpp195 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant