Searched refs:formal (Results 1 – 25 of 55) sorted by relevance
123
/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/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.
|
D | c.m4 | 130 # the formal name to FORMAL, and evaluating the BODY.
|
D | glr.c | 50 # The possible parse-params formal arguments preceded by a comma. 53 # formal argument declarations.
|
/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/ |
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/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/boringssl/src/ |
D | CMakeLists.txt | 24 "C4100" # 'exarg' : unreferenced formal parameter
|
/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/jpeg/ |
D | coderules.doc | 78 identical to the formal parameter. Beware of implicit conversions to "int".
|
/external/libxml2/include/libxml/ |
D | xmlversion.h.in | 355 * Whether the formal expressions interfaces are compiled in
|
/external/bison/m4/ |
D | lib-prefix.m4 | 164 dnl There is no formal standard regarding lib and lib64.
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | memcpy.ll | 190 ; opaque type of *x, where the x is the formal argument with attribute 'sret'.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | Python.g | 47 * semi-formal grammar on the web for Python (automatically
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeasResp.txt | 189 bounce it back and forth a couple of times... then I'll do a more formal
|
/external/llvm/docs/TableGen/ |
D | index.rst | 261 of the formal language specification.
|
123