/external/mesa3d/src/compiler/glsl/ |
D | ast_function.cpp | 109 const ir_variable *formal, const ir_variable *actual) in verify_image_parameter() argument 120 if (actual->data.memory_coherent && !formal->data.memory_coherent) { in verify_image_parameter() 123 "`coherent' qualifier", formal->name); in verify_image_parameter() 127 if (actual->data.memory_volatile && !formal->data.memory_volatile) { in verify_image_parameter() 130 "`volatile' qualifier", formal->name); in verify_image_parameter() 134 if (actual->data.memory_restrict && !formal->data.memory_restrict) { in verify_image_parameter() 137 "`restrict' qualifier", formal->name); in verify_image_parameter() 141 if (actual->data.memory_read_only && !formal->data.memory_read_only) { in verify_image_parameter() 144 "`readonly' qualifier", formal->name); in verify_image_parameter() 148 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/test_sourcecode/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/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-locstats.rst | 32 .. option:: --only-formal-parameters 34 calculate the location statistics only for formal parameters
|
/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Tests/ |
D | TFLBertQuestionAnswererTest.m | 20 @"The role of teacher is often formal and ongoing, carried out at a school " 21 "or other place of formal education. In many countries, a person who "
|
/external/llvm-project/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/llvm-project/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-extract-i1-debug.ll | 5 ; about type mismatch in formal arguments.
|
/external/sqlite/android/ |
D | Android.bp | 63 // 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/llvm-project/clang-tools-extra/clang-tidy/cert/ |
D | LICENSE.TXT | 20 Please allow this letter to also confirm that no formal permission is required
|
/external/nist-sip/ |
D | NOTICE | 15 * As a result, a formal license is not needed to use this software.
|
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/llvm-project/llvm/test/Bitcode/ |
D | function-encoding-rel-operands.ll | 48 ; between literals and the formal parameters.
|
/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/llvm-project/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/python/cpython2/Doc/extending/ |
D | index.rst | 17 gives a more formal definition of the language. :ref:`library-index` documents
|
/external/mesa3d/docs/_extra/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/llvm-project/clang/lib/CodeGen/ |
D | README.txt | 21 It may be worth avoiding creation of alloca's for formal arguments
|
/external/clang/lib/CodeGen/ |
D | README.txt | 21 It may be worth avoiding creation of alloca's for formal arguments
|
/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/libepoxy/ |
D | meson.build | 88 '-we4027', # function declared without formal parameter list 89 '-we4029', # declared formal parameter list different from definition
|
/external/llvm-project/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/tutorial/ |
D | index.rst | 29 :ref:`reference-index` gives a more formal definition of the language. To write
|