OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPrefix
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
504
static bool
isPrefix
(const IndicesVector &Prefix, const IndicesVector &Longer) {
522
return Low != Set.end() &&
isPrefix
(*Low, Indices);
541
if (
isPrefix
(*Low, ToMark))
554
while (Low != End &&
isPrefix
(ToMark, *Low)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
355
static bool
isPrefix
(const MCInst &MI, const MCInstrInfo &MCII) {
356
return X86II::
isPrefix
(MCII.get(MI.getOpcode()).TSFlags);
548
if (
isPrefix
(PrevInst, *MCII))
553
if (
isPrefix
(Inst, *MCII))
X86BaseInfo.h
965
inline bool
isPrefix
(uint64_t TSFlags) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
363
if (!U->isIncrementOp() || U->
isPrefix
())
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h
289
bool
isPrefix
(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonMCInstrInfo.cpp
574
!HexagonMCInstrInfo::
isPrefix
(MCII, MCI);
724
bool HexagonMCInstrInfo::
isPrefix
(MCInstrInfo const &MCII, MCInst const &MCI) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp
209
bool
isPrefix
= true;
215
while (
isPrefix
) {
312
isPrefix
= false;
316
if (
isPrefix
)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
520
result = buildSet(result.get(), opcLoc, UnaryOperator::
isPrefix
(opcode) &&
524
if (UnaryOperator::
isPrefix
(opcode) && !captureSetValueAsResult() &&
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86Operand.h
459
bool
isPrefix
() const { return Kind == Prefix; }
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/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
2175
///
isPrefix
- Return true if this is a prefix operation, like --x.
2176
static bool
isPrefix
(Opcode Op) {
2180
bool
isPrefix
() const { return
isPrefix
(getOpcode()); }
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
3883
if (UnOp->
isPrefix
() && UnOp->isIncrementDecrementOp())
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 157 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026