/external/mesa3d/src/glsl/ |
D | opt_dead_code_local.cpp | 66 kill_for_derefs_visitor(exec_list *assignments) in kill_for_derefs_visitor() argument 68 this->assignments = assignments; in kill_for_derefs_visitor() 73 foreach_iter(exec_list_iterator, iter, *this->assignments) { in kill_channels() 118 exec_list *assignments; member in __anond2e1c66a0111::kill_for_derefs_visitor 150 process_assignment(void *ctx, ir_assignment *ir, exec_list *assignments) in process_assignment() argument 154 kill_for_derefs_visitor v(assignments); in process_assignment() 182 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() 244 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() 260 assignments->push_tail(entry); in process_assignment() 266 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() [all …]
|
D | README | 45 assignments, etc., present. A series of lowering passes would occur
|
/external/boringssl/src/util/ |
D | make_errors.go | 172 func outputAssignments(w io.Writer, assignments map[string]int) { 175 for key, value := range assignments { 267 func outputStrings(w io.Writer, lib string, ty int, assignments map[string]int) { 271 keys := make([]string, 0, len(assignments)) 272 for key := range assignments { 282 fmt.Fprintf(w, "%s,%s,%d,%s\n", lib, typeString, assignments[key], key[prefixLen:]) 286 func assignNewValues(assignments map[string]int, reserved int) { 291 for _, value := range assignments { 303 keys := make([]string, 0, len(assignments)) 304 for key, value := range assignments { [all …]
|
/external/bison/examples/calc++/ |
D | calc++-parser.yy | 50 unit: assignments exp { driver.result = $2; }; 52 assignments: 54 | assignments assignment {};
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier.m | 31 // assignments to any/all of these fields should generate objc_assign_ivar 43 // assignments to these should generate objc_assign_global
|
D | 2010-03-17-StructRef.m | 33 // We're expecting these three bitfield assignments will generate i8 stores.
|
D | objc-assign-ivar.m | 16 // assignments to any/all of these fields should generate objc_assign_ivar
|
D | objc2-assign-global.m | 14 // assignments to these should generate objc_assign_global
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 20 http://www.iana.org/assignments/character-sets/character-sets.xhtml 33 - http://www.iana.org/assignments/character-sets/character-sets.xhtml provides
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.implicit_conversions.txt | 32 + Negative tests for invalid assignments
|
D | functional.tessellation.txt | 109 doing simple assignments and reads with them in different barrier()-separated
|
/external/v8/test/webkit/ |
D | resize-array-assign-expected.txt | 24 Tests that assignments into arrays behave properly after the array is resized.
|
D | rehash-assign-expected.txt | 24 Tests that assignments to global variables behave properly when the property table is rehashed.
|
/external/clang/test/Analysis/ |
D | dead-stores.m | 64 // Don't flag dead stores to assignments to self within a nested assignment.
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | langtagRegex.txt | 43 # http://www.iana.org/assignments/language-subtag-registry
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 176 // a use to prevent stack-pointer assignments that appear immediately 257 // RSP is marked as a use to prevent stack-pointer assignments that appear
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 448 HelpText<"Check for direct assignments to instance variables">, 452 …HelpText<"Check for direct assignments to instance variables in the methods annotated with objc_no…
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 8 track mutes = Displays the track mute assignments associated with the segment. This is pulled in fr…
|
/external/libusb-compat/ |
D | ChangeLog | 13 The sed applied to this file only affects to assignments that happen
|
/external/clang/test/SemaOpenCL/ |
D | address-spaces-conversions-cl2.0.cl | 15 * space conversions used in initialisations, assignments, casts, comparisons
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | Encodings.properties | 259 # can be found at http://www.iana.org/assignments/character-sets
|
/external/eigen/doc/ |
D | TopicAliasing.dox | 138 eval() \endlink even though the same matrix appears on both sides of the assignments.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/v8/test/mozilla/ |
D | mozilla.status | 91 # These tests use invalid LHS expressions in assignments. 653 # We do not correctly handle assignments within "with"
|
/external/llvm/docs/tutorial/ |
D | LangImpl7.rst | 90 assignments to mutable variables?". The issue here is that LLVM 605 assignments like "X = (Y = Z)".
|