HomeSort by relevance Sort by last modified time
    Searched defs:FR (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 128 const FieldRegion *FR = MrMgr.getFieldRegion(*I, R);
132 if (Find(FR))
136 const SVal &V = StoreMgr.Retrieve(store, loc::MemRegionVal(FR));
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 126 if (FunctionRecord *FR = getFunctionInfo(F)) {
127 if (FR->FunctionEffect == 0)
129 else if ((FR->FunctionEffect & Mod) == 0)
143 if (FunctionRecord *FR = getFunctionInfo(F)) {
144 if (FR->FunctionEffect == 0)
146 else if ((FR->FunctionEffect & Mod) == 0)
385 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
408 FR.MayReadAnyGlobal = true;
429 FR.GlobalInfo[GI->first] |= GI->second;
430 FR.MayReadAnyGlobal |= CalleeFR->MayReadAnyGlobal
    [all...]
  /external/icu4c/test/intltest/
svccoll.cpp 36 const Locale& FR = Locale::getFrance();
42 Collator* frcol = Collator::createInstance(FR, status);
60 if (loc != FR) {
61 errln(UnicodeString("fr collator's requested locale changed to ") + loc.getName());
64 if (loc != FR) {
65 errln(UnicodeString("fr collator's valid locale changed to ") + loc.getName());
95 frcol = Collator::createInstance(FR, status);
107 errln("register of fr collator for fu_FU failed");
455 // ja, fr, ge collators no longer valid
  /external/clang/lib/Sema/
Sema.cpp 871 OverloadExpr::FindResult FR = OverloadExpr::find(const_cast<Expr*>(&E));
872 const OverloadExpr *Overloads = FR.Expression;
888 if (FR.HasFormOfMemberPointer)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 898 const FieldRegion *FR = cast<FieldRegion>(R);
899 const RecordDecl *RD = FR->getDecl()->getParent();
907 if (FR->getDecl() == *FI)
913 R = FR->getSuperRegion();
RegionStore.cpp 925 if (const FieldRegion* FR = dyn_cast<FieldRegion>(R))
926 return CastRetrievedVal(RetrieveField(store, FR), FR, T, false);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 757 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsBase(), MVT::i64);
758 SDValue S1 = DAG.getStore(Chain, dl, FR, VAListP,
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
EventRecurrence.java 46 public static final int FR = 0x00200000;
134 sParseWeekdayMap.put("FR", FR);
183 return FR;
206 return FR;
227 case FR:
255 case FR:
286 case FR:
287 return "FR";
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]

Completed in 414 milliseconds