Searched refs:syntax (Results 176 - 200 of 225) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp43 llvm::StringRef syntax, uint32_t flags)
49 m_cmd_syntax = std::string(syntax);
759 " printed; if it is a pointer, the pointer-as-array syntax is used to "
814 "also allowed as a shortcut syntax. For arrays and pointers, "
817 "C/C++ (item extraction). Some commands extend bitfield-like syntax "
41 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help, llvm::StringRef syntax, uint32_t flags) argument
/freebsd-13-stable/lib/libc/arm/string/
H A Dmemcpy_arm.S35 .syntax unified
H A Dmemmove.S35 .syntax unified
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dconfig.c873 report("bad NULL syntax");
880 report("bad INTEGER syntax");
892 report("bad COUNTER64 syntax");
912 /* XX:XX:XX syntax */
928 report("bad OCTETSTRING syntax");
957 report("bad OID syntax");
997 report("bad ip address syntax");
1005 report("bad number syntax");
1036 switch (value.syntax = node->syntax) {
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l596 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]);
659 <S2>. yyerror("syntax error near \"%c\"\n", yytext[0]);
688 <S3>. yyerror("syntax error near \"%c\"\n", yytext[0]);
694 * We use two main states for lexing because probe descriptions use a syntax
806 * wrong: a type_name followed by ++, --, [, or = is a syntax error.
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl147 .syntax unified
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Darmv4-mont.S7 .syntax unified
H A Dghash-armv4.S7 .syntax unified
/freebsd-13-stable/usr.sbin/ypldap/
H A Dparse.y577 yyerror("syntax error");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp36 const char *syntax, uint32_t flags,
38 : CommandObjectParsed(interpreter, name, help, syntax, flags),
34 CommandObjectProcessLaunchOrAttach(CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t flags, const char *new_process_action) argument
H A DCommandObjectTarget.cpp1799 const char *syntax,
1801 : CommandObjectParsed(interpreter, name, help, syntax, flags) {
1838 const char *syntax, uint32_t flags)
1839 : CommandObjectParsed(interpreter, name, help, syntax, flags) {
4756 const char *help, const char *syntax)
4757 : CommandObjectParsed(interpreter, name, help, syntax), m_enable(enable) {
1796 CommandObjectTargetModulesModuleAutoComplete(CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t flags = 0) argument
1836 CommandObjectTargetModulesSourceFileAutoComplete( CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t flags) argument
4754 CommandObjectTargetStopHookEnableDisable(CommandInterpreter &interpreter, bool enable, const char *name, const char *help, const char *syntax) argument
H A DCommandObjectType.cpp1038 "syntax error in category regular expression '%s'",
1050 result.AppendErrorWithFormat("syntax error in regular expression '%s'",
1412 result.AppendErrorWithFormat("syntax error: %s",
2099 "syntax error in category regular expression '%s'", arg);
2833 StreamString syntax; local
2834 syntax.Printf("type %s info <expr>", formatter_name);
2835 SetSyntax(syntax.GetString());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp748 const char *help, const char *syntax)
749 : CommandObjectParsed(interpreter, name, help, syntax), m_enable(enable),
747 EnableCommand(CommandInterpreter &interpreter, bool enable, const char *name, const char *help, const char *syntax) argument
/freebsd-13-stable/sys/arm/arm/
H A Dblockio.S53 .syntax unified
/freebsd-13-stable/contrib/ldns/
H A Dlibdns.vim1 " Vim syntax file
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py755 syntax = tokenize.SYNTAX
757 self._GetVarTokensUpTo(syntax, '(', ';', '{', '[')
815 # TODO(nnorwitz): handle a lot more syntax.
/freebsd-13-stable/contrib/nvi/ex/
H A Dex.c421 ecp->rcmd.syntax = "1bca1";
482 * The visual command has a different syntax when called
616 * since "parser" implies some regularity of syntax) delimited the RE's
618 * command syntax.
939 for (np = ecp->cmd->syntax; *np != '\0'; ++np) {
1209 "085|Internal syntax table error (%s: %s)",
1224 * i.e neither 'l' or 'r' in the syntax string.
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl192 .syntax unified
H A Dsha256-armv4.pl186 .syntax unified
H A Dsha512-armv4.pl223 .syntax unified
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exp.c967 t = syntax(paraml1.next, &paraml1, 0);
H A Dsh.glob.c799 t = syntax(paraml1.next, &paraml1, 0);
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemcpy.S44 .syntax unified
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S754 .syntax unified
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4602 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &C, Expr *syntax,
4605 assert(syntax && "no syntactic expression!");
4622 return new(buffer) PseudoObjectExpr(type, VK, syntax, semantics,
4627 Expr *syntax, ArrayRef<Expr *> semantics,
4634 Expr *E = (i == 0 ? syntax : semantics[i-1]);

Completed in 235 milliseconds

123456789