Searched refs:fexpr (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
H A D | gram.expr | 103 fexpr: unpar_fexpr 104 | SLPAR fexpr SRPAR 110 | fexpr addop fexpr %prec SPLUS 112 | fexpr SSTAR fexpr 114 | fexpr SSLASH fexpr 116 | fexpr SPOWER fexpr 118 | addop fexpr %prec SSTAR 123 | fexpr SCONCAT fexpr
|
H A D | gram.io | 65 ioctl: SLPAR fexpr SRPAR 75 ioclause: fexpr 97 print: SPRINT end_spec fexpr in_ioctl
|
H A D | gram.head | 56 %type <bigptr> uexpr callarg opt_expr unpar_fexpr ubound expr fexpr
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/ |
H A D | test_hash.d | 292 enum float fexpr = 2.71; in pr2243() local 320 enum h2 = fexpr.hashOf(); in pr2243() 359 auto v2 = fexpr; in pr2243()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/ |
H A D | test_hash.d | 412 enum float fexpr = 2.71; in pr2243() local 438 enum h2 = fexpr.hashOf(); in pr2243() 475 auto v2 = fexpr; in pr2243()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Dbe.h | 251 Vector<long long> *dbeGetAggregatedValue (int data_id, char *lfilter, char *fexpr,
|
H A D | Dbe.cc | 9798 char *fexpr, // function expression in dbeGetAggregatedValue() argument 9833 if (fexpr != NULL) in dbeGetAggregatedValue() 9834 func_expr = dbeSession->ql_parse (fexpr); in dbeGetAggregatedValue()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Dbe.h | 251 Vector<long long> *dbeGetAggregatedValue (int data_id, char *lfilter, char *fexpr,
|
H A D | Dbe.cc | 9798 char *fexpr, // function expression in dbeGetAggregatedValue() argument 9833 if (fexpr != NULL) in dbeGetAggregatedValue() 9834 func_expr = dbeSession->ql_parse (fexpr); in dbeGetAggregatedValue()
|
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/ |
H A D | README | 219 reduce-headers -b../../build -t../../targets -falias.h -fexpr.h tree*.c (1)
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
H A D | README | 219 reduce-headers -b../../build -t../../targets -falias.h -fexpr.h tree*.c (1)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 7209 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0) in FormatStringLiteral() argument 7210 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral() 7713 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckFormatHandler() argument 7721 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler() 8151 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckPrintfHandler() argument 8160 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckPrintfHandler() 9068 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckScanfHandler() argument 9076 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckScanfHandler()
|