OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpressionStr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h
175
StringRef
ExpressionStr
;
178
ExpressionAST(StringRef
ExpressionStr
) :
ExpressionStr
(
ExpressionStr
) {}
182
StringRef getExpressionStr() const { return
ExpressionStr
; }
206
explicit ExpressionLiteral(StringRef
ExpressionStr
, T Val)
207
: ExpressionAST(
ExpressionStr
), Value(Val) {}
363
BinaryOperation(StringRef
ExpressionStr
, binop_eval_t EvalBinop,
366
: ExpressionAST(
ExpressionStr
), EvalBinop(EvalBinop) {
441
NumericSubstitution(FileCheckPatternContext *Context, StringRef
ExpressionStr
,
[
all
...]
FileCheck.cpp
1529
StringRef
ExpressionStr
, std::unique_ptr<Expression> Expression,
1532
this,
ExpressionStr
, std::move(Expression), InsertIdx));
Completed in 87 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026