HomeSort by relevance Sort by last modified time
    Searched refs:formal (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/compiler/glsl/
ast_function.cpp 73 * formal (\c ir_variable) or actual (\c ir_rvalue)
102 const ir_variable *formal, const ir_variable *actual)
109 * to functions whose formal parameters lack such
111 * on a formal parameter, but not to have fewer."
113 if (actual->data.memory_coherent && !formal->data.memory_coherent) {
116 "`coherent' qualifier", formal->name);
120 if (actual->data.memory_volatile && !formal->data.memory_volatile) {
123 "`volatile' qualifier", formal->name);
127 if (actual->data.memory_restrict && !formal->data.memory_restrict) {
130 "`restrict' qualifier", formal->name)
461 ir_variable *formal = (ir_variable *) formal_node; local
    [all...]
ast.h 958 bool formal, exec_list *ir_parameters,
962 /** Is this parameter declaration part of a formal parameter list? */
    [all...]
ast_to_hir.cpp     [all...]
  /external/u-boot/drivers/video/fonts/
Kconfig 45 Cantora is a friendly semi formal, semi condensed, semi sans-serif
  /external/guava/guava/src/com/google/common/reflect/
TypeResolver.java 72 * Returns a new {@code TypeResolver} with type variables in {@code formal} mapping to types in
75 * <p>For example, if {@code formal} is a {@code TypeVariable T}, and {@code actual} is {@code
76 * String.class}, then {@code new TypeResolver().where(formal, actual)} will {@linkplain
78 * {@code Map<T, Something>} to {@code Map<String, Something>} etc. Similarly, {@code formal} and
83 * @param formal The type whose type variables or itself is mapped to other type(s). It's almost
84 * always a bug if {@code formal} isn't a type variable and contains no type variable. Make
86 * @param actual The type that the formal type variable(s) are mapped to. It can be or contain yet
90 public TypeResolver where(Type formal, Type actual) {
92 populateTypeMappings(mappings, checkNotNull(formal), checkNotNull(actual));
  /external/bcc/src/cc/frontends/b/
codegen_llvm.cc 1159 VariableDeclStmtNode *formal = it->get(); local
1190 auto formal = n->formals_.begin(); local
    [all...]
  /external/turbine/java/com/google/turbine/parse/
Parser.java 950 VarDecl formal = formalParam(); local
951 builder.add(formal);
952 if (formal.mods().contains(TurbineModifier.VARARGS)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 4943 milliseconds