OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_void
(Results
1 - 15
of
15
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_jumps.cpp
241
assert(!this->signature->return_type->
is_void
());
323
if(!this->function.signature->return_type->
is_void
()) {
582
else if(jump_strengths[0] == strength_return && this->function.signature->return_type->
is_void
())
947
if (this->function.signature->return_type->
is_void
())
996
if (ir->return_type->
is_void
() &&
ast.h
987
is_void
(false)
1014
bool
is_void
;
member in class:ast_parameter_declarator
ast_to_hir.cpp
5243
if ((decl_type == NULL) || decl_type->
is_void
()) {
5891
if (type->
is_void
()) {
5896
is_void
= true;
5916
is_void
= false;
6001
if (param->
is_void
)
6276
if (! return_type->
is_void
()) {
6428
if (!signature->return_type->
is_void
() && !state->found_return) {
ast_function.cpp
644
if (!sig->return_type->
is_void
()) {
glsl_to_nir.cpp
170
!ir->return_type->
is_void
()) {
builtin_functions.cpp
5121
(sig->return_type->
is_void
() ? NULL : var_ref(ret));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_jumps.cpp
241
assert(!this->signature->return_type->
is_void
());
321
if(!this->function.signature->return_type->
is_void
()) {
580
else if(jump_strengths[0] == strength_return && this->function.signature->return_type->
is_void
())
945
if (this->function.signature->return_type->
is_void
())
994
if (ir->return_type->
is_void
() &&
ast.h
977
is_void
(false)
1004
bool
is_void
;
member in class:ast_parameter_declarator
ast_to_hir.cpp
5068
if ((decl_type == NULL) || decl_type->
is_void
()) {
5720
if (type->
is_void
()) {
5725
is_void
= true;
5745
is_void
= false;
5822
if (param->
is_void
)
6078
if (! return_type->
is_void
()) {
6227
if (!signature->return_type->
is_void
() && !state->found_return) {
ast_function.cpp
596
if (!sig->return_type->
is_void
()) {
builtin_functions.cpp
4631
(sig->return_type->
is_void
() ? NULL : var_ref(ret));
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
1007
bool
is_void
() const
function in struct:glsl_type
nir_types.cpp
255
return type->
is_void
();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h
755
bool
is_void
() const
function in struct:glsl_type
nir_types.cpp
236
return type->
is_void
();
Completed in 50 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026