OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsByRef
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaOpenMP.cpp
752
bool
IsByRef
= true;
819
IsByRef
= !Ty->isScalarType();
826
if (!
IsByRef
&&
830
IsByRef
= true;
832
return
IsByRef
;
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.h
[
all
...]
Completed in 82 milliseconds