/external/mesa3d/src/compiler/glsl/ |
D | ast_function.cpp | 102 const ir_variable *formal, const ir_variable *actual) in verify_image_parameter() argument 113 if (actual->data.memory_coherent && !formal->data.memory_coherent) { in verify_image_parameter() 116 "`coherent' qualifier", formal->name); in verify_image_parameter() 120 if (actual->data.memory_volatile && !formal->data.memory_volatile) { in verify_image_parameter() 123 "`volatile' qualifier", formal->name); in verify_image_parameter() 127 if (actual->data.memory_restrict && !formal->data.memory_restrict) { in verify_image_parameter() 130 "`restrict' qualifier", formal->name); in verify_image_parameter() 134 if (actual->data.memory_read_only && !formal->data.memory_read_only) { in verify_image_parameter() 137 "`readonly' qualifier", formal->name); in verify_image_parameter() 141 if (actual->data.memory_write_only && !formal->data.memory_write_only) { in verify_image_parameter() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/ |
D | coverage.txt | 20 That does not make the function any less valuable, just more difficult to test. A formal 23 this to be done except when a formal record of the results is being made. It would also not be
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/ |
D | com_github_javaparser_symbolsolver_logic_ConfilictingGenericTypesException.txt | 1 …Line 11) String.format("No matching between %s (formal) and %s (actual)", formalType, actualType) …
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | vararg-formal.ll | 3 ; Make sure that the first formal argument is not loaded from memory.
|
D | formal-args-i1.ll | 2 ; This tests validates the fact that the formal arguments of type scalar i1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-extract-i1-debug.ll | 5 ; about type mismatch in formal arguments.
|
/external/sqlite/android/ |
D | Android.bp | 31 // The formal test for phone_number_compare() is in DataBaseGeneralTest.java
|
/external/libxml2/ |
D | TODO_SCHEMAS | 27 - "formal" checking, i.e. go through the full Structure spec and
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 1159 VariableDeclStmtNode *formal = it->get(); in visit_func_decl_stmt_node() local 1160 if (formal->is_struct()) { in visit_func_decl_stmt_node() 1163 auto var = (StructVariableDeclStmtNode *)formal; in visit_func_decl_stmt_node() 1168 formals.push_back(B.getIntNTy(formal->bit_width_)); in visit_func_decl_stmt_node() 1190 auto formal = n->formals_.begin(); in visit_func_decl_stmt_node() local 1191 for (auto arg = fn->arg_begin(); arg != fn->arg_end(); ++arg, ++formal) { in visit_func_decl_stmt_node() 1192 TRY2((*formal)->accept(this)); in visit_func_decl_stmt_node() 1193 Value *ptr = vars_[formal->get()]; in visit_func_decl_stmt_node() 1194 …if (!ptr) return mkstatus_(n, "cannot locate memory location for arg %s", (*formal)->id_->c_str()); in visit_func_decl_stmt_node()
|
/external/nist-sip/ |
D | NIST-CONDITIONS-OF-USE.txt | 15 * As a result, a formal license is not needed to use this software.
|
D | NOTICE | 15 * As a result, a formal license is not needed to use this software.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | function-encoding-rel-operands.ll | 39 ; between literals and the formal parameters.
|
/external/llvm/test/Bitcode/ |
D | function-encoding-rel-operands.ll | 39 ; between literals and the formal parameters.
|
/external/mesa3d/docs/specs/ |
D | MESA_shader_integer_functions.txt | 220 to the formal parameter type. Mismatched types on output parameters (out 221 or inout) must have a conversion from the formal parameter type to the 226 match, the conversions between calling argument and formal parameter 446 5. If the formal parameters in both matches are output parameters, a 449 per component. For example, a conversion from an "int16_t" formal 450 parameter type to "int" is better than one from an "int8_t" formal
|
/external/python/cpython2/Doc/extending/ |
D | index.rst | 17 gives a more formal definition of the language. :ref:`library-index` documents
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | diverge-extra-formal-args.ll | 6 ; Implementation has to identify all formal args that can be a source of divergence
|
/external/u-boot/drivers/video/fonts/ |
D | Kconfig | 45 Cantora is a friendly semi formal, semi condensed, semi sans-serif
|
/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/python/cpython3/Doc/tutorial/ |
D | controlflow.rst | 266 followed by the function name and the parenthesized list of formal parameters. 481 When a final formal parameter of the form ``**name`` is present, it receives a 483 those corresponding to a formal parameter. This may be combined with a formal 485 receives a tuple containing the positional arguments beyond the formal parameter 540 Normally, these ``variadic`` arguments will be last in the list of formal 542 passed to the function. Any formal parameters which occur after the ``*args``
|
D | index.rst | 29 :ref:`reference-index` gives a more formal definition of the language. To write
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | inlined-formal-parameter.ll | 12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
|
/external/python/cpython2/Doc/reference/ |
D | introduction.rst | 12 than formal specifications for everything except syntax and lexical analysis. 19 to find them here. If you would like to see a more formal definition of the
|
/external/python/cpython3/Doc/reference/ |
D | introduction.rst | 12 than formal specifications for everything except syntax and lexical analysis. 19 to find them here. If you would like to see a more formal definition of the
|