OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isChar
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
xml.d
141
bool
isChar
(dchar c) @safe @nogc pure nothrow // rule 2
167
assert(!
isChar
(cast(dchar) 0x8));
168
assert(
isChar
(cast(dchar) 0x9));
169
assert(
isChar
(cast(dchar) 0xA));
170
assert(!
isChar
(cast(dchar) 0xB));
171
assert(!
isChar
(cast(dchar) 0xC));
172
assert(
isChar
(cast(dchar) 0xD));
173
assert(!
isChar
(cast(dchar) 0xE));
174
assert(!
isChar
(cast(dchar) 0x1F));
175
assert(
isChar
(cast(dchar) 0x20))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
cppmangle.d
728
static bool
isChar
(RootObject o)
763
return inStd && ti.tiargs.dim == 1 &&
isChar
((*ti.tiargs)[0]);
775
isChar
((*ti.tiargs)[0]) &&
855
isChar
((*ti.tiargs)[0]) &&
937
isChar
((*ti.tiargs)[0]) &&
/src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp
92
bool
isChar
() const { return ElementBitwidth == 8; }
393
if ((
isChar
() || isPointer()) && !isVoidPointer()) {
NeonEmitter.cpp
199
bool
isChar
() const { return ElementBitwidth == 8; }
668
if (
isChar
() && !isPointer() && isSigned())
Completed in 57 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026