OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRead
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
6279
bool
isRead
;
6281
PipeType(QualType elemType, QualType CanonicalPtr, bool
isRead
)
6283
ElementType(elemType),
isRead
(
isRead
) {}
6296
static void Profile(llvm::FoldingSetNodeID &ID, QualType T, bool
isRead
) {
6298
ID.AddBoolean(
isRead
);
6305
bool isReadOnly() const { return
isRead
; }
/src/sys/dev/ic/
mfireg.h
1878
uint8_t
isRead
;
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
1452
static bool
isRead
(AccessKinds AK) {
1475
return
isRead
(AK) || isModification(AK);
3715
else if (!
isRead
(handler.AccessKind)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
4061
unsigned
isRead
= ~cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue() & 1;
4062
if (!
isRead
&&
4070
isRead
= ~
isRead
& 1;
4075
Op.getOperand(1), DAG.getConstant(
isRead
, dl, MVT::i32),
Completed in 70 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026