OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:islonglong
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/io/
uprntf_p.c
1049
UBool *
islonglong
= NULL;
local
[
all
...]
/external/icu4c/io/
uprntf_p.c
1049
UBool *
islonglong
= NULL;
local
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py
141
self.con.create_function("
islonglong
", 1, func_islonglong)
255
cur.execute("select
islonglong
(?)", (1<<42,))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py
141
self.con.create_function("
islonglong
", 1, func_islonglong)
255
cur.execute("select
islonglong
(?)", (1<<42,))
/external/clang/include/clang/Lex/
LiteralSupport.h
58
bool
isLongLong
;
/external/clang/lib/Lex/
LiteralSupport.cpp
480
isLongLong
= false;
547
if (isLong ||
isLongLong
) break; // Cannot be repeated.
553
isLongLong
= true;
562
if (isFPConstant || isLong ||
isLongLong
) break;
597
isLongLong
= true;
626
isLongLong
= false;
[
all
...]
PPExpressions.cpp
236
if (!PP.getLangOpts().C99 && Literal.
isLongLong
) {
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
Completed in 1480 milliseconds