HomeSort by relevance Sort by last modified time
    Searched defs:FI (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/libcxx/test/std/re/re.alg/re.alg.match/
basic.pass.cpp 681 typedef forward_iterator<const char*> FI;
683 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 651 typedef forward_iterator<const char*> FI;
653 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 679 typedef forward_iterator<const char*> FI;
681 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.search/
awk.pass.cpp 769 typedef forward_iterator<const char*> FI;
771 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk);
    [all...]
basic.pass.cpp 771 typedef forward_iterator<const char*> FI;
773 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 747 typedef forward_iterator<const char*> FI;
749 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 769 typedef forward_iterator<const char*> FI;
771 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
basic.pass.cpp 682 typedef forward_iterator<const char*> FI;
684 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 652 typedef forward_iterator<const char*> FI;
654 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 680 typedef forward_iterator<const char*> FI;
682 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
awk.pass.cpp 770 typedef forward_iterator<const char*> FI;
772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk);
    [all...]
basic.pass.cpp 772 typedef forward_iterator<const char*> FI;
774 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 748 typedef forward_iterator<const char*> FI;
750 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 770 typedef forward_iterator<const char*> FI;
772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 56 const SrcMgr::FileInfo &FI = SL.getFile();
57 if (!FI.getContentCache()->OrigEntry)
61 SourceLocation L = FI.getIncludeLoc();
72 const_cast<FileEntry *>(FI.getContentCache()->OrigEntry)),
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 114 GCFunctionInfo &FI = **I;
115 if (FI.getStrategy().getName() != getStrategy().getName())
118 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) {
133 GCFunctionInfo &FI = **I;
134 if (FI.getStrategy().getName() != getStrategy().getName())
138 uint64_t FrameSize = FI.getFrameSize();
141 report_fatal_error("Function '" + FI.getFunction().getName() +
146 Twine(uintptr_t(&FI)) + ")");
150 Twine(FI.getFunction().getName()))
    [all...]
  /external/llvm/lib/CodeGen/
FaultMaps.cpp 127 operator<<(raw_ostream &OS, const FaultMapParser::FunctionInfoAccessor &FI) {
128 OS << "FunctionAddress: " << format_hex(FI.getFunctionAddr(), 8)
129 << ", NumFaultingPCs: " << FI.getNumFaultingPCs() << "\n";
130 for (unsigned i = 0, e = FI.getNumFaultingPCs(); i != e; ++i)
131 OS << FI.getFunctionFaultInfoAt(i) << "\n";
142 FaultMapParser::FunctionInfoAccessor FI;
145 FI = (i == 0) ? FMP.getFirstFunctionInfo() : FI.getNextFunctionInfo();
146 OS << FI;
PseudoSourceValue.cpp 58 return MFI && MFI->isImmutableObjectIndex(FI);
64 return MFI->isAliasedObjectIndex(FI);
71 return !MFI->isSpillSlotObjectIndex(FI);
75 OS << "FixedStack" << FI;
119 const PseudoSourceValue *PseudoSourceValueManager::getFixedStack(int FI) {
120 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI];
122 V = llvm::make_unique<FixedStackPseudoSourceValue>(FI);
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 59 // if Address is FI, get the TargetFrameIndex.
76 // If the first operand is a FI, get the TargetFI Node
93 // ComplexPattern used on BPF FI instruction
104 // If the first operand is a FI, get the TargetFI Node
155 int FI = cast<FrameIndexSDNode>(Node)->getIndex();
157 SDValue TFI = CurDAG->getTargetFrameIndex(FI, VT);
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 130 int FI = MI.getOperand(FIOp).getIndex();
132 // to the beginning of the object at index FI.
133 int Offset = HFI.getFrameIndexReference(MF, FI, BP);
  /external/clang/test/SemaTemplate/
dependent-base-classes.cpp 27 struct FI : II<TT>
29 C<typename FI::type> a;
  /external/elfutils/lib/
md5.c 280 #define FI(b, c, d) (c ^ (b | ~d))
409 OP (FI, A, B, C, D, 0, 6, 0xf4292244);
410 OP (FI, D, A, B, C, 7, 10, 0x432aff97);
411 OP (FI, C, D, A, B, 14, 15, 0xab9423a7);
412 OP (FI, B, C, D, A, 5, 21, 0xfc93a039);
413 OP (FI, A, B, C, D, 12, 6, 0x655b59c3);
414 OP (FI, D, A, B, C, 3, 10, 0x8f0ccc92);
415 OP (FI, C, D, A, B, 10, 15, 0xffeff47d);
416 OP (FI, B, C, D, A, 1, 21, 0x85845dd1);
417 OP (FI, A, B, C, D, 8, 6, 0x6fa87e4f)
    [all...]
  /external/libvncserver/common/
md5.c 291 #define FI(b, c, d) (c ^ (b | ~d))
423 OP (FI, A, B, C, D, 0, 6, 0xf4292244);
424 OP (FI, D, A, B, C, 7, 10, 0x432aff97);
425 OP (FI, C, D, A, B, 14, 15, 0xab9423a7);
426 OP (FI, B, C, D, A, 5, 21, 0xfc93a039);
427 OP (FI, A, B, C, D, 12, 6, 0x655b59c3);
428 OP (FI, D, A, B, C, 3, 10, 0x8f0ccc92);
429 OP (FI, C, D, A, B, 10, 15, 0xffeff47d);
430 OP (FI, B, C, D, A, 1, 21, 0x85845dd1);
431 OP (FI, A, B, C, D, 8, 6, 0x6fa87e4f)
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 83 const int FI;
86 explicit FixedStackPseudoSourceValue(int FI)
87 : PseudoSourceValue(FixedStack), FI(FI) {}
101 int getFrameIndex() const { return FI; }
174 const PseudoSourceValue *getFixedStack(int FI);
  /external/llvm/include/llvm/MC/
MCFixup.h 81 MCFixup FI;
82 FI.Value = Value;
83 FI.Offset = Offset;
84 FI.Kind = unsigned(Kind);
85 FI.Loc = Loc;
86 return FI;

Completed in 639 milliseconds

1 2 3 4 5