OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_defined
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_can_inline.cpp
63
if (!callee->
is_defined
)
link_functions.cpp
126
* ir_function_signatures that have no definitions (
is_defined
is false).
128
assert(!linked_sig->
is_defined
);
163
linked_sig->
is_defined
= true;
261
if ((sig == NULL) || !sig->
is_defined
)
ir_clone.cpp
306
copy->
is_defined
= this->
is_defined
;
326
copy->
is_defined
= false;
ir_reader.cpp
278
if (sig->
is_defined
) {
285
sig->
is_defined
= true;
linker.cpp
927
if ((sig != NULL) && sig->
is_defined
) {
1021
if (!sig->
is_defined
|| sig->is_builtin)
1027
if ((other_sig != NULL) && other_sig->
is_defined
[
all
...]
ir.cpp
[
all
...]
ir.h
601
unsigned
is_defined
:1;
[
all
...]
ast_to_hir.cpp
[
all
...]
/external/mesa3d/src/glsl/
ir_function_can_inline.cpp
63
if (!callee->
is_defined
)
link_functions.cpp
126
* ir_function_signatures that have no definitions (
is_defined
is false).
128
assert(!linked_sig->
is_defined
);
163
linked_sig->
is_defined
= true;
261
if ((sig == NULL) || !sig->
is_defined
)
ir_clone.cpp
306
copy->
is_defined
= this->
is_defined
;
326
copy->
is_defined
= false;
ir_reader.cpp
278
if (sig->
is_defined
) {
285
sig->
is_defined
= true;
linker.cpp
927
if ((sig != NULL) && sig->
is_defined
) {
1021
if (!sig->
is_defined
|| sig->is_builtin)
1027
if ((other_sig != NULL) && other_sig->
is_defined
[
all
...]
ir.cpp
[
all
...]
ir.h
601
unsigned
is_defined
:1;
[
all
...]
ast_to_hir.cpp
[
all
...]
/external/chromium_org/content/browser/accessibility/
browser_accessibility.cc
535
bool*
is_defined
,
537
*
is_defined
= false;
544
return false; // Not set (and *
is_defined
is also false)
547
*
is_defined
= true;
browser_accessibility.h
256
bool*
is_defined
,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h
106
unsigned int
is_defined
:1; /* defined within file */
member in struct:space_dictionary_record
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h
106
unsigned int
is_defined
:1; /* defined within file */
member in struct:space_dictionary_record
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h
106
unsigned int
is_defined
:1; /* defined within file */
member in struct:space_dictionary_record
/bionic/libc/kernel/tools/
cpp.py
912
def
is_defined
(self):
member in class:ExprParser
1093
def
is_defined
(self,i):
member in class:CppExpr
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp
[
all
...]
/external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp
[
all
...]
Completed in 679 milliseconds