Searched defs:NullConstant (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Djs-graph.cc53 Node* JSGraph::NullConstant() { function in class:v8::internal::compiler::JSGraph
98 return NullConstant();
H A Draw-machine-assembler.h62 Node* NullConstant() { function in class:v8::internal::compiler::RawMachineAssembler
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1420 llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty); local
1423 new llvm::GlobalVariable(CGM.getModule(), NullConstant->getType(),
1426 NullConstant, Twine());

Completed in 683 milliseconds