HomeSort by relevance Sort by last modified time
    Searched refs:LRI (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p6-0x.cpp 18 typedef int& LRI;
21 typedef LRI& r1; CHECK_EQUAL_TYPES(r1, int&);
22 typedef const LRI& r2; CHECK_EQUAL_TYPES(r2, int&); // expected-warning {{'const' qualifier on reference type 'LRI' (aka 'int &') has no effect}}
23 typedef const LRI&& r3; CHECK_EQUAL_TYPES(r3, int&); // expected-warning {{'const' qualifier on reference type 'LRI' (aka 'int &') has no effect}}
  /external/llvm/lib/CodeGen/
LivePhysRegs.cpp 25 SparseSet<unsigned>::iterator LRI = LiveRegs.begin();
26 while (LRI != LiveRegs.end()) {
27 if (MO.clobbersPhysReg(*LRI))
28 LRI = LiveRegs.erase(LRI);
30 ++LRI;
RegAllocFast.cpp 246 void RAFast::killVirtReg(LiveRegMap::iterator LRI) {
247 addKillFlag(*LRI);
248 assert(PhysRegState[LRI->PhysReg] == LRI->VirtReg &&
250 PhysRegState[LRI->PhysReg] = regFree;
253 LiveVirtRegs.erase(LRI);
260 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg);
261 if (LRI != LiveVirtRegs.end())
262 killVirtReg(LRI);
270 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg)
    [all...]
LiveIntervalAnalysis.cpp 433 LiveRange::iterator LRI = LR.FindSegmentContaining(VNI->def);
434 assert(LRI != LR.end() && "Missing segment for PHI");
435 if (LRI->end != VNI->def.getDeadSlot())
440 LR.removeSegment(LRI->start, LRI->end);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.h 55 #define LRI U_LEFT_TO_RIGHT_ISOLATE
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 55 #define LRI U_LEFT_TO_RIGHT_ISOLATE
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 57 LRI=U_LEFT_TO_RIGHT_ISOLATE, /* 20 */
77 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
ubidi.c 65 * LRI or RLI in getDirProps(), and paired brackets which may be changed
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
511 dirProps[isolateStartStack[stackLast]]=LRI;
512 flags|=DIRPROP_FLAG(LRI);
536 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
551 dirProps[isolateStartStack[stackLast]]=LRI;
552 flags|=DIRPROP_FLAG(LRI);
600 dirProps[isolateStartStack[stackLast]]=LRI;
601 flags|=DIRPROP_FLAG(LRI);
710 /* LRI or RLI *
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 57 LRI=U_LEFT_TO_RIGHT_ISOLATE, /* 20 */
77 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
ubidi.c 64 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
424 * When encountering an FSI, it is initially replaced with an LRI, which is the
425 * default. Only if a strong R or AL is found within its scope will the LRI be
515 /* dirProps[isolateStartStack[stackLast]]=LRI; */
516 flags|=DIRPROP_FLAG(LRI);
540 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
547 dirProps[i-1]=LRI; /* default if no strong char */
558 /* dirProps[isolateStartStack[stackLast]]=LRI; */
559 flags|=DIRPROP_FLAG(LRI);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 529 milliseconds