OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSubscriptPointerArithmetic
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h
388
bool
isSubscriptPointerArithmetic
() const {
389
return ObjCRuntime.
isSubscriptPointerArithmetic
() &&
ObjCRuntime.h
321
/// This covers +, -, ++, --, and (if
isSubscriptPointerArithmetic
()
339
bool
isSubscriptPointerArithmetic
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
767
assert(!LangOpts.
isSubscriptPointerArithmetic
());
SemaExpr.cpp
5487
if (!LangOpts.
isSubscriptPointerArithmetic
())
5503
if (!LangOpts.
isSubscriptPointerArithmetic
()) {
Completed in 38 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026