Home
last modified time | relevance | path

Searched defs:ExpressionLiteral (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h51 ExpressionLiteral(uint64_t Val) : Value(Val) {} in ExpressionLiteral() function
/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h202 explicit ExpressionLiteral(StringRef ExpressionStr, T Val) in ExpressionLiteral() function