Home
last modified time | relevance | path

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

123456

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp102 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/
Dcoverage.txt20 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/
Dcom_github_javaparser_symbolsolver_logic_ConfilictingGenericTypesException.txt1 …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/
Dvararg-formal.ll3 ; Make sure that the first formal argument is not loaded from memory.
Dformal-args-i1.ll2 ; 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/
Dvect-extract-i1-debug.ll5 ; about type mismatch in formal arguments.
/external/sqlite/android/
DAndroid.bp31 // The formal test for phone_number_compare() is in DataBaseGeneralTest.java
/external/libxml2/
DTODO_SCHEMAS27 - "formal" checking, i.e. go through the full Structure spec and
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc1159 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/
DNIST-CONDITIONS-OF-USE.txt15 * As a result, a formal license is not needed to use this software.
DNOTICE15 * As a result, a formal license is not needed to use this software.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dfunction-encoding-rel-operands.ll39 ; between literals and the formal parameters.
/external/llvm/test/Bitcode/
Dfunction-encoding-rel-operands.ll39 ; between literals and the formal parameters.
/external/mesa3d/docs/specs/
DMESA_shader_integer_functions.txt220 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/
Dindex.rst17 gives a more formal definition of the language. :ref:`library-index` documents
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Ddiverge-extra-formal-args.ll6 ; Implementation has to identify all formal args that can be a source of divergence
/external/u-boot/drivers/video/fonts/
DKconfig45 Cantora is a friendly semi formal, semi condensed, semi sans-serif
/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/python/cpython3/Doc/tutorial/
Dcontrolflow.rst266 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``
Dindex.rst29 :ref:`reference-index` gives a more formal definition of the language. To write
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dinlined-formal-parameter.ll12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
/external/python/cpython2/Doc/reference/
Dintroduction.rst12 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/
Dintroduction.rst12 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

123456