Home
last modified time | relevance | path

Searched refs:assignments (Results 1 – 25 of 63) sorted by relevance

123

/external/mesa3d/src/glsl/
Dopt_dead_code_local.cpp60 kill_for_derefs_visitor(exec_list *assignments) in kill_for_derefs_visitor() argument
62 this->assignments = assignments; in kill_for_derefs_visitor()
69 foreach_iter(exec_list_iterator, iter, *this->assignments) { in visit()
83 exec_list *assignments; member in kill_for_derefs_visitor
114 process_assignment(void *ctx, ir_assignment *ir, exec_list *assignments) in process_assignment() argument
118 kill_for_derefs_visitor v(assignments); in process_assignment()
146 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment()
166 assignments->push_tail(entry); in process_assignment()
172 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment()
189 exec_list assignments; in dead_code_local_basic_block() local
[all …]
DREADME45 assignments, etc., present. A series of lowering passes would occur
/external/webkit/Source/WebCore/platform/text/mac/
Dcharacter-sets.txt40 maintained by IANA at http://www/iana.org/assignments/ianacharset-mib.
1203 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM00858) [Mahdi]
1210 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM00924) [Mahdi]
1217 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01140) [Mahdi]
1224 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01141) [Mahdi]
1231 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01142) [Mahdi]
1239 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01143) [Mahdi]
1247 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01144) [Mahdi]
1254 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01145) [Mahdi]
1261 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01146) [Mahdi]
[all …]
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier.m31 // assignments to any/all of these fields should generate objc_assign_ivar
43 // assignments to these should generate objc_assign_global
Dobjc-assign-ivar.m16 // assignments to any/all of these fields should generate objc_assign_ivar
Dobjc2-assign-global.m14 // assignments to these should generate objc_assign_global
/external/webkit/LayoutTests/fast/dom/NodeList/
Dnodelist-item-assignment-expected.txt1 This tests that indexed assignments to items of a NodeList do not override original values. See htt…
/external/llvm/test/FrontendObjC/
D2010-03-17-StructRef.m33 // We're expecting these three bitfield assignments will generate i8 stores.
/external/clang/test/Analysis/
Ddead-stores.m63 // Don't flag dead stores to assignments to self within a nested assignment.
/external/llvm/lib/Target/X86/
DX86InstrControl.td138 // a use to prevent stack-pointer assignments that appear immediately
212 // a use to prevent stack-pointer assignments that appear immediately
244 // a use to prevent stack-pointer assignments that appear immediately
/external/chromium/chrome/browser/password_manager/
Dpassword_store_mac.cc208 int assignments = sscanf(time_string, "%4d%2d%2d%2d%2d%2dZ", in TimeFromKeychainTimeString() local
214 if (assignments == 6) { in TimeFromKeychainTimeString()
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat8 track mutes = Displays the track mute assignments associated with the segment. This is pulled in fr…
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodings.properties259 # can be found at http://www.iana.org/assignments/character-sets
/external/v8/src/
Dparser.cc969 Handle<FixedArray> assignments = in GetThisPropertyAssignments() local
972 assignments->set(i * 3, *names_->at(i)); in GetThisPropertyAssignments()
973 assignments->set(i * 3 + 1, Smi::FromInt(assigned_arguments_->at(i))); in GetThisPropertyAssignments()
974 assignments->set(i * 3 + 2, *assigned_constants_->at(i)); in GetThisPropertyAssignments()
976 return assignments; in GetThisPropertyAssignments()
/external/mksh/src/
Dcheck.t218 Check that assignments not done on non-evaluated side of ternary
236 Check that assignments not done on non-evaluated side of ternary
3888 Can't use command line assignments to assign readonly parameters.
3906 Parameter assignments with [] recognised correctly
4415 Check that assignments in a command affect subsequent assignments
4426 Check that the behaviour for multiple assignments with a
4443 Check that the behaviour for multiple assignments with no
4453 Check that the behaviour for multiple assignments matches POSIX:
4456 - The assignments happen in the temporary execution environment.
4491 Check assignments in function calls and whether they affect
/external/webkit/LayoutTests/http/conf/
Dmime.types9 # registry is at <http://www.iana.org/assignments/media-types/>.
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td385 // prevent stack-pointer assignments that appear immediately before calls from
438 // R7 is marked as a use to prevent frame-pointer assignments from being
/external/pcre/
DINSTALL166 both of the following shortcuts of passing variable assignments to the
/external/webkit/Tools/iExploder/iexploder-1.7.2/
DChangeLog.txt122 ruby assignments hate me. dup it.
/external/icu4c/data/mappings/
Dconvrtrs.txt89 # http://www.iana.org/assignments/character-sets
130 IANA # Source: http://www.iana.org/assignments/character-sets
131 MIME # Source: http://www.iana.org/assignments/character-sets
/external/zlib/
DChangeLog371 - Fix cast for assignments to strm->state in inflate.c and infback.c
408 - Replace structure assignments in deflate.c and inflate.c with zmemcpy to
1017 - avoid many warnings (unused variables, dead assignments, etc...)
/external/bluetooth/glib/
DChangeLog.pre-2-161328 include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
1336 exported value after value assignments, aparently due to symbol aliases.
/external/clang/docs/
DBlock-ABI-Apple.txt445 …e same manner as objects, and will issue strong and weak write-barrier assignments in the same man…
/external/v8/test/mozilla/
Dmozilla.status623 # We do not correctly handle assignments within "with"
/external/oprofile/
DChangeLog-2004117 * events/ppc64/power4/events: Corrected group 4 counter assignments.

123