Home
last modified time | relevance | path

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

123

/external/mesa3d/src/glsl/
Dast_function.cpp115 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 …]
Dast.h568 bool formal, exec_list *ir_parameters,
/external/libxml2/
DTODO_SCHEMAS27 - "formal" checking, i.e. go through the full Structure spec and
/external/nist-sip/
DNIST-CONDITIONS-OF-USE.txt15 * As a result, a formal license is not needed to use this software.
/external/llvm/test/Bitcode/
Dfunction-encoding-rel-operands.ll39 ; between literals and the formal parameters.
/external/bison/data/
Djava.m4228 # Extra formal arguments of the constructor.
245 # Extra formal arguments of the constructor.
Dc++.m4138 # Extra formal arguments of the constructor.
Dc.m4130 # the formal name to FORMAL, and evaluating the BODY.
Dglr.c50 # The possible parse-params formal arguments preceded by a comma.
53 # formal argument declarations.
/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/
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/eigen/doc/
DB01_Experimental.dox27 \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/
Dinlined-formal-parameter.ll12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
Ddbg-value-location.ll5 ; Test that the type for the formal parameter "var" makes it into the debug info.
/external/boringssl/src/
DCMakeLists.txt24 "C4100" # 'exarg' : unreferenced formal parameter
/external/libxml2/os400/libxmlrpg/
Dxmlversion.rpgle.in300 * Whether the formal expressions interfaces are compiled in
Dxmlregexp.rpgle114 * Its goal is to do some formal work on content models
/external/jpeg/
Dcoderules.doc78 identical to the formal parameter. Beware of implicit conversions to "int".
/external/libxml2/include/libxml/
Dxmlversion.h.in355 * Whether the formal expressions interfaces are compiled in
/external/bison/m4/
Dlib-prefix.m4164 dnl There is no formal standard regarding lib and lib64.
/external/llvm/test/Transforms/MemCpyOpt/
Dmemcpy.ll190 ; opaque type of *x, where the x is the formal argument with attribute 'sret'.
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g47 * semi-formal grammar on the web for Python (automatically
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt189 bounce it back and forth a couple of times... then I'll do a more formal
/external/llvm/docs/TableGen/
Dindex.rst261 of the formal language specification.

123