OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:islonglong
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/io/
uprntf_p.c
1049
UBool *
islonglong
= NULL;
local
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
userfunctions.py
141
self.con.create_function("
islonglong
", 1, func_islonglong)
255
cur.execute("select
islonglong
(?)", (1<<42,))
/prebuilts/gdb/linux-x86/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/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
63
bool
isLongLong
: 1;
/external/clang/lib/Lex/
LiteralSupport.cpp
524
isLongLong
= false;
596
if (isLong ||
isLongLong
) break; // Cannot be repeated.
603
isLongLong
= true;
612
if (isLong ||
isLongLong
|| MicrosoftInteger)
672
isLongLong
= false;
[
all
...]
PPExpressions.cpp
229
if (!PP.getLangOpts().C99 && Literal.
isLongLong
) {
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
Completed in 206 milliseconds