| /minix3/external/bsd/dhcp/dist/includes/ |
| H A D | tree.h | 198 struct expression { struct 203 struct expression *expr; argument 204 struct expression *offset; 205 struct expression *len; 207 struct expression *equal [2]; 208 struct expression *and [2]; 209 struct expression *or [2]; 210 struct expression *not; 211 struct expression *add; 212 struct expression *subtract; [all …]
|
| H A D | statement.h | 60 struct expression *expr; 62 struct expression *eval; 63 struct expression *retval; 79 struct expression *expr; 82 struct expression *c_case; 85 struct expression *expr; 96 struct expression *expr; 100 struct expression *arglist;
|
| /minix3/external/bsd/llvm/dist/clang/test/Parser/ |
| H A D | objc-messaging-1.m | 10 // expected-warning 2{{expression result unused}} 12 // expected-warning 2{{expression result unused}} 14 // expected-warning 4{{expression result unused}} 16 // expected-warning 2{{expression result unused}} 18 // expected-warning 2{{expression result unused}} 20 // expected-warning 2{{expression result unused}} 22 // Comma expression as receiver (rdar://6222856) 24 // expected-warning 2{{expression result unused}}
|
| H A D | switch-recovery.cpp | 102 expected-error {{expected expression}} in test9() 105 expected-error {{expected expression}} in test9() 108 expected-warning 2 {{expression result unused}} in test9() 111 expected-warning {{expression result unused}} in test9()
|
| /minix3/external/bsd/bind/dist/lib/isc/tests/ |
| H A D | regex_test.c | 44 const char * expression; in ATF_TC_BODY() member 1089 r = regcomp(&preg, tests[i].expression, REG_EXTENDED); in ATF_TC_BODY() 1093 tests[i].expression, r != 0 ? "bad" : "good", in ATF_TC_BODY() 1099 tests[i].expression, in ATF_TC_BODY() 1112 r = isc_regex_validate(tests[i].expression); in ATF_TC_BODY() 1115 tests[i].expression, r, tests[i].expect); in ATF_TC_BODY()
|
| /minix3/minix/usr.bin/mined/ |
| H A D | mined2.c | 1311 program->result.expression = (int *) alloc(length); in finished() 1313 bcopy(exp_buffer, program->result.expression, length); in finished() 1325 register int *expression = exp_buffer; in compile() local 1341 *expression++ = '*' + NORMAL; in compile() 1349 *expression++ = DOT; in compile() 1356 *expression++ = EOLN | DONE; in compile() 1358 finished(program, expression); in compile() 1362 *expression++ = NORMAL + '$'; in compile() 1365 *expression++ = DONE; in compile() 1366 finished(program, expression); in compile() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 12 // Constant expression diagnostics. These (and their users) belong in Sema. 16 " a reinterpret_cast|cast from %1}0 is not allowed in a constant expression">; 28 "be used in a constant expression">; 32 "cannot evaluate virtual function call in a constant expression">; 35 "in a constant expression">; 37 "non-literal type %0 cannot be used in a constant expression">; 40 "%select{temporary|%3}2 is not a constant expression">; 44 "%select{array of %2 elements|non-array object}1 in a constant expression">; 64 "%select{temporary|%2}1 is not a constant expression">; 76 "initializer of %0 is not a constant expression">; [all …]
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | get_princs_c.c | 42 const char *expression, in kadm5_c_get_principals() argument 61 krb5_store_int32(sp, expression != NULL); in kadm5_c_get_principals() 62 if(expression) in kadm5_c_get_principals() 63 krb5_store_string(sp, expression); in kadm5_c_get_principals()
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/ |
| H A D | arm-elf-relocation-diagnostics.s | 7 @ CHECK: error: relocated expression must be 32-bit 13 @ @ CHECK-SBREL-HWORD: error: relocated expression must be 32-bit 18 @ @ CHECK-SBREL-SHORT: error: relocated expression must be 32-bit 23 @ @ CHECK-SBREL-SHORT: error: relocated expression must be 32-bit
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | p5.mm | 5 …for (id x in values) { } // expected-error {{expression contains unexpanded parameter pack 'values… 6 …@synchronized(values) { // expected-error {{expression contains unexpanded parameter pack 'values'… 7 @throw values; // expected-error {{expression contains unexpanded parameter pack 'values'}}
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/ |
| H A D | mips-pdr-bad.s | 8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma 16 .frame $sp, bar # ASM: :[[@LINE]]:25: error: frame size not an absolute expression 23 .mask foo # ASM: :[[@LINE]]:19: error: bitmask not an absolute expression 26 .mask 0x80000000, foo # ASM: :[[@LINE]]:31: error: frame offset not an absolute expression 30 .fmask foo # ASM: :[[@LINE]]:20: error: bitmask not an absolute expression 33 .fmask 0x80000000, foo # ASM: :[[@LINE]]:32: error: frame offset not an absolute expression
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 82 parenthesized expression. Parenthesized expressions are supported using 83 the `boxed expression <#objc_boxed_expressions>`_ syntax, which is 120 @( <expression> ) 146 boxed expression. The following example demonstrates configuring an 165 The expression ``@(AVAudioQualityMax)`` converts ``AVAudioQualityMax`` 195 expression is ``(char *)`` or ``(const char *)``, the result of the 196 boxed expression is a pointer to an ``NSString`` object containing 224 Objective-C now supports a new expression syntax for creating immutable 230 Immutable array expression: 238 pointer typed expression. [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | NSString-type.m | 5 …) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible … 7 …) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible … 8 …) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible …
|
| H A D | property-not-lvalue.m | 18 f.size.width = 2.2; // expected-error {{expression is not assignable}} 19 f.size.inner.dim = 200; // expected-error {{expression is not assignable}} 31 self.size.width = 2.2; // expected-error {{expression is not assignable}}
|
| H A D | call-super-2.m | 44 …id <Func>)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an expression)}} 46 …ss <Func>)super class_func0]; // // expected-error {{cannot cast 'super' (it isn't an expression)}} 50 …ct <Func> *)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an expression)}} 54 …ved <Func> *)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an expression)}} 76 …id <Func>)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't an expression)}} 80 … <Func> *)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't an expression)}} 84 … <Func> *)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't an expression)}}
|
| /minix3/lib/libform/ |
| H A D | type_regex.c | 59 char *expression; in create_regex_args() local 65 expression = va_arg(*args, char *); in create_regex_args() 66 if ((regcomp(&new->compiled, expression, in create_regex_args()
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | arc-complete.m | 11 …TypedText __bridge}{HorizontalSpace }{Placeholder type}{RightParen )}{Placeholder expression} (40) 12 …bridge_retained}{HorizontalSpace }{Placeholder CF type}{RightParen )}{Placeholder expression} (40) 13 …ansfer}{HorizontalSpace }{Placeholder Objective-C type}{RightParen )}{Placeholder expression} (40)
|
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| H A D | parser.ml | 23 (* parenexpr ::= '(' expression ')' *) 57 ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression *) 85 * ::= 'var' identifier ('=' expression? 86 * (',' identifier ('=' expression)?)* 'in' expression *) 97 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.") 124 (* Parse the primary expression after the binary operator. *) 158 (* expression 208 (* definition ::= 'def' prototype expression *) 213 (* toplevelexpr ::= expression *)
|
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| H A D | parser.ml | 20 (* parenexpr ::= '(' expression ')' *) 47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.") 63 (* Parse the primary expression after the binary operator. *) 85 (* expression 109 (* definition ::= 'def' prototype expression *) 114 (* toplevelexpr ::= expression *)
|
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
| H A D | parser.ml | 20 (* parenexpr ::= '(' expression ')' *) 47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.") 63 (* Parse the primary expression after the binary operator. *) 85 (* expression 109 (* definition ::= 'def' prototype expression *) 114 (* toplevelexpr ::= expression *)
|
| /minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
| H A D | parser.ml | 20 (* parenexpr ::= '(' expression ')' *) 47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.") 63 (* Parse the primary expression after the binary operator. *) 85 (* expression 109 (* definition ::= 'def' prototype expression *) 114 (* toplevelexpr ::= expression *)
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
| H A D | boxing-illegal-types.mm | 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}} 38 …boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expression}} 40 … boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expression}} 57 …= @(*(enum ForwE*)p); // expected-error {{incomplete type 'enum ForwE' used in a boxed expression}}
|
| /minix3/external/bsd/llvm/dist/llvm/docs/tutorial/ |
| H A D | OCamlLangImpl2.rst | 39 (* expr - Base type for all expression nodes. *) 52 for example. Here are the other expression AST node definitions that 74 For our basic language, these are all of the expression nodes we'll 134 arbitrary primary expression, we need to determine what sort of 135 expression it is. For numeric literals, we have: 161 (* parenexpr ::= '(' expression ')' *) 220 alone variable reference or if it is a function call expression. It 230 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.") 282 down an expression with potentially ambiguous binary operators into 283 pieces. Consider ,for example, the expression "a+b+(c+d)\*e\*f+g". [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution/ |
| H A D | scev-invalid.ll | 5 ; Indvars creates a SCEV expression for the loop's back edge taken 9 ; When loop-unroll asks for the expression, it contains a NULL 12 ; forgetMemoizedResults should invalidate the backedge taken count expression.
|
| /minix3/external/bsd/llvm/dist/clang/test/Sema/ |
| H A D | parentheses.cpp | 89 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test() 94 … expected-note {{place parentheses around the '-' expression to silence this warning}} in test() 100 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test()
|