Searched refs:syntax (Results 151 - 175 of 256) sorted by relevance

1234567891011

/freebsd-current/lib/libc/arm/string/
H A Dmemcmp.S66 .syntax unified
/freebsd-current/targets/pseudo/tests/
H A DMakefile.depend295 usr.bin/bmake/tests/syntax \
296 usr.bin/bmake/tests/syntax/directive-t0 \
297 usr.bin/bmake/tests/syntax/enl \
298 usr.bin/bmake/tests/syntax/funny-targets \
299 usr.bin/bmake/tests/syntax/semi \
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c844 If YYTABLE_NINF, syntax error. */
988 yyerror (YY_("syntax error: cannot back up")); \
1333 copied. As a special case, return 0 if an ordinary "syntax error"
1357 YY_("syntax error, unexpected %s");
1358 YY_("syntax error, unexpected %s, expecting %s");
1359 YY_("syntax error, unexpected %s, expecting %s or %s");
1360 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1361 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1365 static char const yyunexpected[] = "syntax error, unexpected %s";
1497 /* Number of syntax error
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.parse.c201 * syntax
206 syntax(const struct wordent *p1, const struct wordent *p2, int flags) function
220 * syn1 & syntax
274 t->t_dcdr = syntax(p, p2, flags);
288 * syn1a ; syntax
316 t->t_dcdr = syntax(p->next, p2, flags);
H A Dtc.sched.c235 /* build a syntax tree for the command. */
236 t = syntax(cmd.next, &cmd, 0);
/freebsd-current/contrib/kyua/examples/
H A Dkyua.conf41 syntax(2)
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_vfp_double.S32 .syntax unified
/freebsd-current/share/mk/
H A Ddirdeps-options.mk50 # all references to TARGET_SPEC_VARs should use the syntax
H A Dsuite.test.mk64 echo 'syntax(2)'; \
H A Dlocal.sys.dirdeps.mk125 # conditionals do not cause syntax errors when Makefile.depend
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps-options.mk50 # all references to TARGET_SPEC_VARs should use the syntax
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1645 Expr *syntax = E->getSyntacticForm(); local
1646 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(syntax)) {
1653 = dyn_cast<CompoundAssignOperator>(syntax)) {
1662 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) {
1670 } else if (isa<CallExpr>(syntax)) {
1671 return syntax;
1673 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject));
1674 return stripOpaqueValuesFromPseudoObjectRef(*this, syntax);
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrap.c454 pdu->bindings[0].syntax = SNMP_SYNTAX_TIMETICKS;
459 pdu->bindings[1].syntax = SNMP_SYNTAX_OID;
481 pdu->bindings[0].syntax = SNMP_SYNTAX_TIMETICKS;
486 pdu->bindings[1].syntax = SNMP_SYNTAX_OID;
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dmemchr.S49 .syntax unified
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S3 .syntax unified
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S25 .syntax unified
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h1 //===- Tree.h - structure of the syntax tree ------------------*- C++ -*-=====//
8 // Defines the basic structure of the syntax tree. There are two kinds of nodes:
32 namespace syntax { namespace in namespace:clang
34 /// A memory arena for syntax trees.
52 /// A node in a syntax tree. Each node is either a Leaf (representing tokens) or
308 } // namespace syntax
/freebsd-current/tests/sys/compat32/aarch64/
H A Dswp_test_impl.S17 .syntax unified
/freebsd-current/sys/arm/arm/
H A Dfusu.S39 .syntax unified
H A Din_cksum_arm.S47 .syntax unified
/freebsd-current/contrib/kyua/integration/
H A Dcmd_report_html_test.sh42 syntax(2)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S16 .syntax unified
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-include-guard.mk41 # Its content is skipped, therefore the syntax error is not detected.
45 'syntax error' \
55 'syntax error' \
95 # Its content is skipped, therefore the syntax error is not detected.
99 'syntax error' \
392 'syntax error' \
413 'syntax error' \
H A Dopt-debug-lint.mk93 # compiled even though that was not necessary for checking the syntax at the
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp45 llvm::StringRef syntax, uint32_t flags)
50 m_cmd_syntax = std::string(syntax);
43 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help, llvm::StringRef syntax, uint32_t flags) argument

Completed in 187 milliseconds

1234567891011