OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPrefix
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
1183
bool
IsPrefix
= getterNameString.startswith("is");
1186
if (
IsPrefix
&& GRT->isObjCRetainableType())
1188
if (
IsPrefix
|| getterNameString.startswith("get")) {
1189
LengthOfPrefix = (
IsPrefix
? 2 : 3);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
3266
bool
IsPrefix
=
3341
IsPrefix
= false;
3358
if (getLexer().isNot(AsmToken::EndOfStatement) && !
IsPrefix
) {
3395
(
IsPrefix
&& getLexer().is(AsmToken::Slash)))
4067
if (Prefix.
isPrefix
()) {
/src/external/gpl3/binutils/dist/opcodes/
i386-opc.h
688
IsPrefix
,
849
unsigned int
isprefix
:1;
member in struct:i386_opcode_modifier
/src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h
675
IsPrefix
,
836
unsigned int
isprefix
:1;
member in struct:i386_opcode_modifier
/src/external/gpl3/gdb/dist/opcodes/
i386-opc.h
642
IsPrefix
,
803
unsigned int
isprefix
:1;
member in struct:i386_opcode_modifier
/src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h
625
IsPrefix
,
786
unsigned int
isprefix
:1;
member in struct:i386_opcode_modifier
Completed in 38 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026