Home
last modified time | relevance | path

Searched refs:formal (Results 1 – 25 of 80) sorted by relevance

1234

/external/mesa3d/src/glsl/
Dast_function.cpp115 const ir_variable *const formal = (ir_variable *) formal_node; in verify_parameter_modes() local
126 if (formal->mode == ir_var_const_in && in verify_parameter_modes()
130 formal->name); in verify_parameter_modes()
135 if (formal->mode == ir_var_out || formal->mode == ir_var_inout) { in verify_parameter_modes()
137 switch (formal->mode) { in verify_parameter_modes()
150 mode, formal->name, in verify_parameter_modes()
163 mode, formal->name, in verify_parameter_modes()
169 mode, formal->name); in verify_parameter_modes()
205 ir_variable *formal = (ir_variable *) formal_iter.get(); in generate_call() local
208 assert(formal != NULL); in generate_call()
[all …]
Dast.h568 bool formal, exec_list *ir_parameters,
/external/v8/test/message/
Darrow-param-after-rest.out1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter
4 SyntaxError: Rest parameter must be last formal parameter
Darrow-two-rest-params.out1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter
4 SyntaxError: Rest parameter must be last formal parameter
Darrow-param-after-rest-2.out1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter
4 SyntaxError: Rest parameter must be last formal parameter
Dformal-parameters-bad-rest.out1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter
4 SyntaxError: Rest parameter must be last formal parameter
/external/v8/test/webkit/
Dclass-syntax-expression-expected.txt34 …or() {} set foo() {} } threw exception SyntaxError: Setter must have exactly one formal parameter..
35 … {} set foo(a, b) {} } threw exception SyntaxError: Setter must have exactly one formal parameter..
37 …ctor() {} get foo(x) {} } threw exception SyntaxError: Getter must not have any formal parameters..
38 …) {} get foo({x, y}) {} } threw exception SyntaxError: Getter must not have any formal parameters..
Dclass-syntax-declaration-expected.txt36 …or() {} set foo() {} } threw exception SyntaxError: Setter must have exactly one formal parameter..
37 … {} set foo(a, b) {} } threw exception SyntaxError: Setter must have exactly one formal parameter..
39 …ctor() {} get foo(x) {} } threw exception SyntaxError: Getter must not have any formal parameters..
40 …) {} get foo({x, y}) {} } threw exception SyntaxError: Getter must not have any formal parameters..
/external/libxml2/
DTODO_SCHEMAS27 - "formal" checking, i.e. go through the full Structure spec and
/external/nist-sip/
DNIST-CONDITIONS-OF-USE.txt15 * As a result, a formal license is not needed to use this software.
/external/llvm/test/Bitcode/
Dfunction-encoding-rel-operands.ll39 ; between literals and the formal parameters.
/external/bison/data/
Djava.m4228 # Extra formal arguments of the constructor.
245 # Extra formal arguments of the constructor.
Dc++.m4138 # Extra formal arguments of the constructor.
/external/clang/lib/CodeGen/
DREADME.txt21 It may be worth avoiding creation of alloca's for formal arguments
/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java90 public TypeResolver where(Type formal, Type actual) { in where() argument
92 populateTypeMappings(mappings, checkNotNull(formal), checkNotNull(actual)); in where()
/external/llvm/test/DebugInfo/Generic/
Dmissing-abstract-variable.ll5 ; The formal parameter 'b' for Function 'x' when inlined within 'a' is lost on
83 ; FIXME: This formal parameter goes missing at least at -O2 (& on
/external/opencv3/modules/python/
Dcommon.cmake85 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4100") #unreferenced formal parameter
/external/eigen/doc/
DB01_Experimental.dox27 \li Geometry (this one should be mostly stable, but it's a little too early to make a formal guaran…
/external/llvm/test/DebugInfo/X86/
Dinlined-formal-parameter.ll12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
Ddbg-value-location.ll5 ; Test that the type for the formal parameter "var" makes it into the debug info.
/external/libxml2/os400/libxmlrpg/
Dxmlversion.rpgle.in300 * Whether the formal expressions interfaces are compiled in
Dxmlregexp.rpgle114 * Its goal is to do some formal work on content models
/external/curl/docs/
DSECURITY101 formal. We basically only require that you have a long-term presence in the
/external/boringssl/src/
DCMakeLists.txt24 "C4100" # 'exarg' : unreferenced formal parameter
/external/libxml2/include/libxml/
Dxmlversion.h.in355 * Whether the formal expressions interfaces are compiled in

1234