Home
last modified time | relevance | path

Searched refs:fexpr (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/config/
H A Dgram.y111 %type <list> fopts fexpr fatom
184 fexpr { $$ = $1; } |
187 fexpr:
190 fexpr '&' fexpr { $$ = fx_and($1, $3); } |
191 fexpr '|' fexpr { $$ = fx_or($1, $3); } |
192 '(' fexpr ')' { $$ = $2; };
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8668 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0) in FormatStringLiteral() argument
8669 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral()
9237 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckFormatHandler() argument
9246 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
9676 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckPrintfHandler() argument
9685 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckPrintfHandler()
10674 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckScanfHandler() argument
10682 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckScanfHandler()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c7779 ffebld fexpr; in ffeexpr_cb_comma_ci_() local
7797 fexpr = ffeexpr_stack_->expr; in ffeexpr_cb_comma_ci_()
7799 ffebld_append_item (&ffeexpr_stack_->bottom, fexpr); in ffeexpr_cb_comma_ci_()