OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:locp
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast.h
78
struct YYLTYPE
locp
;
local
80
locp
.path = this->location.path;
81
locp
.source = this->location.source;
82
locp
.first_line = this->location.first_line;
83
locp
.first_column = this->location.first_column;
84
locp
.last_line = this->location.last_line;
85
locp
.last_column = this->location.last_column;
87
return
locp
;
95
void set_location(const struct YYLTYPE &
locp
)
97
this->location.path =
locp
.path
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast.h
78
struct YYLTYPE
locp
;
local
80
locp
.source = this->location.source;
81
locp
.first_line = this->location.first_line;
82
locp
.first_column = this->location.first_column;
83
locp
.last_line = this->location.last_line;
84
locp
.last_column = this->location.last_column;
86
return
locp
;
94
void set_location(const struct YYLTYPE &
locp
)
96
this->location.source =
locp
.source;
97
this->location.first_line =
locp
.first_line
[
all
...]
Completed in 4 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026