Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXString.cpp52 CXString createNull() { in createNull() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTwine.h364 static Twine createNull() { in createNull() function
/external/llvm/include/llvm/ADT/
DTwine.h375 static Twine createNull() { in createNull() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTwine.h386 static Twine createNull() { in createNull() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTwine.h376 static Twine createNull() { in createNull() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java686 public static Instruction createNull( final Type type ) { in createNull() method in InstructionFactory