OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subject
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_reader.cpp
9
* Software is furnished to do so,
subject
to the following conditions:
912
ir_rvalue *
subject
= read_rvalue(s_subject);
local
913
if (
subject
== NULL) {
914
ir_read_error(NULL, "when reading the
subject
of an array_ref");
923
return new(mem_ctx) ir_dereference_array(
subject
, idx);
925
ir_rvalue *
subject
= read_rvalue(s_subject);
local
926
if (
subject
== NULL) {
927
ir_read_error(NULL, "when reading the
subject
of a record_ref");
930
return new(mem_ctx) ir_dereference_record(
subject
, s_field->value());
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_reader.cpp
9
* Software is furnished to do so,
subject
to the following conditions:
912
ir_rvalue *
subject
= read_rvalue(s_subject);
local
913
if (
subject
== NULL) {
914
ir_read_error(NULL, "when reading the
subject
of an array_ref");
923
return new(mem_ctx) ir_dereference_array(
subject
, idx);
925
ir_rvalue *
subject
= read_rvalue(s_subject);
local
926
if (
subject
== NULL) {
927
ir_read_error(NULL, "when reading the
subject
of a record_ref");
930
return new(mem_ctx) ir_dereference_record(
subject
, s_field->value());
Completed in 23 milliseconds
Indexes created Thu Apr 09 00:23:28 UTC 2026