/external/mesa3d/src/glsl/ |
D | ast_function.cpp | 115 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 …]
|
D | ast.h | 568 bool formal, exec_list *ir_parameters,
|
/external/v8/test/message/ |
D | arrow-param-after-rest.out | 1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter 4 SyntaxError: Rest parameter must be last formal parameter
|
D | arrow-two-rest-params.out | 1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter 4 SyntaxError: Rest parameter must be last formal parameter
|
D | arrow-param-after-rest-2.out | 1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter 4 SyntaxError: Rest parameter must be last formal parameter
|
D | formal-parameters-bad-rest.out | 1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter 4 SyntaxError: Rest parameter must be last formal parameter
|
/external/v8/test/webkit/ |
D | class-syntax-expression-expected.txt | 34 …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..
|
D | class-syntax-declaration-expected.txt | 36 …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/ |
D | TODO_SCHEMAS | 27 - "formal" checking, i.e. go through the full Structure spec and
|
/external/nist-sip/ |
D | NIST-CONDITIONS-OF-USE.txt | 15 * As a result, a formal license is not needed to use this software.
|
/external/llvm/test/Bitcode/ |
D | function-encoding-rel-operands.ll | 39 ; between literals and the formal parameters.
|
/external/bison/data/ |
D | java.m4 | 228 # Extra formal arguments of the constructor. 245 # Extra formal arguments of the constructor.
|
D | c++.m4 | 138 # Extra formal arguments of the constructor.
|
/external/clang/lib/CodeGen/ |
D | README.txt | 21 It may be worth avoiding creation of alloca's for formal arguments
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeResolver.java | 90 public TypeResolver where(Type formal, Type actual) { in where() argument 92 populateTypeMappings(mappings, checkNotNull(formal), checkNotNull(actual)); in where()
|
/external/llvm/test/DebugInfo/Generic/ |
D | missing-abstract-variable.ll | 5 ; 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/ |
D | common.cmake | 85 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4100") #unreferenced formal parameter
|
/external/eigen/doc/ |
D | B01_Experimental.dox | 27 \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/ |
D | inlined-formal-parameter.ll | 12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
|
D | dbg-value-location.ll | 5 ; Test that the type for the formal parameter "var" makes it into the debug info.
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlversion.rpgle.in | 300 * Whether the formal expressions interfaces are compiled in
|
D | xmlregexp.rpgle | 114 * Its goal is to do some formal work on content models
|
/external/curl/docs/ |
D | SECURITY | 101 formal. We basically only require that you have a long-term presence in the
|
/external/boringssl/src/ |
D | CMakeLists.txt | 24 "C4100" # 'exarg' : unreferenced formal parameter
|
/external/libxml2/include/libxml/ |
D | xmlversion.h.in | 355 * Whether the formal expressions interfaces are compiled in
|