OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EvalIf
(Results
1 - 4
of
4
) sorted by null
/external/google-fruit/include/fruit/impl/meta/
eval.h
165
struct
EvalIf
;
168
struct
EvalIf
<Error<ErrorTag, ErrorArgs...>, ThenMetaExpr, ElseMetaExpr> {
173
struct
EvalIf
<Bool<true>, ThenMetaExpr, ElseMetaExpr> {
184
struct
EvalIf
<Bool<false>, ThenMetaExpr, ElseMetaExpr> {
202
using type = typename
EvalIf
<typename DoEval<CondMetaExpr>::type, ThenMetaExpr, ElseMetaExpr>::type;
215
using type = typename
EvalIf
<typename DoEval<CondMetaExpr>::type, ThenMetaExpr, ElseMetaExpr>::type;
/build/kati/
stmt.cc
156
ev->
EvalIf
(this);
eval.h
43
void
EvalIf
(const IfStmt* stmt);
eval.cc
365
void Evaluator::
EvalIf
(const IfStmt* stmt) {
Completed in 511 milliseconds