OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RO
(Results
1 - 10
of
10
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structmember.h
81
#define
RO
READONLY /* Shorthand */
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
structmember.h
81
#define
RO
READONLY /* Shorthand */
/external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp
184
const SCEV *
RO
= X->getRHS();
186
const SCEV *RN = TransformSubExpr(
RO
, User, OperandValToReplace);
187
if (LO != LN ||
RO
!= RN)
/external/llvm/tools/llvm-diff/
DifferenceEngine.cpp
356
Value *LO = L->getOperand(I), *
RO
= R->getOperand(I);
357
if (!equivalentAsOperands(LO,
RO
)) {
358
if (Complain) Engine.logf("operands %l and %r differ") << LO <<
RO
;
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
829
const CodeGenInstAlias::ResultOperand &
RO
= CGA->ResultOperands[i];
831
switch (
RO
.Kind) {
833
const Record *Rec =
RO
.getRecord();
834
StringRef ROName =
RO
.getName();
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
112
const RegionOffset &
RO
= R->getAsOffset();
113
if (
RO
.hasSymbolicOffset())
114
return BindingKey(cast<SubRegion>(R), cast<SubRegion>(
RO
.getRegion()), k);
116
return BindingKey(
RO
.getRegion(),
RO
.getOffset(), k);
[
all
...]
/external/qemu/android/
hw-events.h
143
KEY_CODE(
RO
,89) \
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
chromeVoxChromeOptionsScript.js
[
all
...]
chromeVoxChromePageScript.js
[
all
...]
Completed in 535 milliseconds