OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpenCLOptions
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/Parse/
ParsePragma.cpp
167
OpenCLOptions &f = Actions.
getOpenCLOptions
();
/external/clang/lib/Sema/
DeclSpec.cpp
481
!S.
getOpenCLOptions
().cl_clang_storage_class_specifiers) {
[
all
...]
SemaType.cpp
881
if (S.getLangOpts().OpenCL && !S.
getOpenCLOptions
().cl_khr_fp64) {
[
all
...]
SemaCast.cpp
[
all
...]
SemaExpr.cpp
576
if (getLangOpts().OpenCL && !
getOpenCLOptions
().cl_khr_fp16 &&
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
870
OpenCLOptions &
getOpenCLOptions
() { return OpenCLFeatures; }
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 164 milliseconds