HomeSort by relevance Sort by last modified time
    Searched refs:II (Results 1 - 25 of 1367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/mismatch/
mismatch.pass.cpp 31 typedef input_iterator<const int*> II;
34 assert(std::mismatch(II(ia), II(ia + sa), II(ib))
35 == (std::pair<II, II>(II(ia+3), II(ib+3))));
41 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+sb)
    [all...]
mismatch_pred.pass.cpp 37 typedef input_iterator<const int*> II;
41 assert(std::mismatch(II(ia), II(ia + sa), II(ib), EQ())
42 == (std::pair<II, II>(II(ia+3), II(ib+3))));
53 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), EQ()
    [all...]
  /external/proguard/examples/dictionaries/
shakespeare.txt 17 --From Hamlet (II, ii, 206)
23 --From Romeo and Juliet (II, ii, 1-2)
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
shakespeare.txt 17 --From Hamlet (II, ii, 206)
23 --From Romeo and Juliet (II, ii, 1-2)
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 56 if (InvokeInst *II = dyn_cast<InvokeInst>(BB.getTerminator())) {
57 SmallVector<Value*,16> CallArgs(II->op_begin(), II->op_end() - 3);
59 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
60 CallArgs, "", II);
61 NewCall->takeName(II);
62 NewCall->setCallingConv(II->getCallingConv());
63 NewCall->setAttributes(II->getAttributes());
64 NewCall->setDebugLoc(II->getDebugLoc());
65 II->replaceAllUsesWith(NewCall)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 51 for (auto II : Inputs)
52 delete II;
57 for (auto II : Inputs)
58 Res += II->U.size();
63 for (auto II : Inputs)
64 Res += !II->U.empty();
69 for (auto II : Inputs)
70 Res = std::max(Res, II->U.size());
81 InputInfo &II = *Inputs.back();
82 II.U = U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 51 for (auto II : Inputs)
52 delete II;
57 for (auto II : Inputs)
58 Res += II->U.size();
63 for (auto II : Inputs)
64 Res += !II->U.empty();
69 for (auto II : Inputs)
70 Res = std::max(Res, II->U.size());
81 InputInfo &II = *Inputs.back();
82 II.U = U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 51 for (auto II : Inputs)
52 delete II;
57 for (auto II : Inputs)
58 Res += II->U.size();
63 for (auto II : Inputs)
64 Res += !II->U.empty();
69 for (auto II : Inputs)
70 Res = std::max(Res, II->U.size());
81 InputInfo &II = *Inputs.back();
82 II.U = U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 51 for (auto II : Inputs)
52 delete II;
57 for (auto II : Inputs)
58 Res += II->U.size();
63 for (auto II : Inputs)
64 Res += !II->U.empty();
69 for (auto II : Inputs)
70 Res = std::max(Res, II->U.size());
81 InputInfo &II = *Inputs.back();
82 II.U = U
    [all...]
  /external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
mismatch.pass.cpp 32 typedef input_iterator<int*> II;
51 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic)));
52 if (p5.first != II(ib+2) || p5.second != II(ic+2))
69 typedef input_iterator<const int*> II;
72 assert(std::mismatch(II(ia), II(ia + sa), II(ib)
    [all...]
mismatch_pred.pass.cpp 37 typedef input_iterator<int*> II;
56 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic)), eq);
57 if (p5.first != II(ib+2) || p5.second != II(ic+2))
79 typedef input_iterator<const int*> II;
83 assert(std::mismatch(II(ia), II(ia + sa), II(ib), EQ()
    [all...]
  /external/clang/lib/Analysis/
ObjCNoReturn.cpp 21 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) {
24 if (Class->getIdentifier() == II)
26 return isSubclass(Class->getSuperClass(), II);
34 SmallVector<IdentifierInfo*, 3> II;
37 II.push_back(&C.Idents.get("raise"));
38 II.push_back(&C.Idents.get("format"));
40 C.Selectors.getSelector(II.size(), &II[0]);
43 II.push_back(&C.Idents.get("arguments"));
45 C.Selectors.getSelector(II.size(), &II[0])
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 47 for (auto II : Inputs)
48 delete II;
53 for (auto II : Inputs)
54 Res += II->U.size();
59 for (auto II : Inputs)
60 Res += !II->U.empty();
65 for (auto II : Inputs)
66 Res = std::max(Res, II->U.size());
80 InputInfo &II = *Inputs.back();
81 II.U = U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 47 for (auto II : Inputs)
48 delete II;
53 for (auto II : Inputs)
54 Res += II->U.size();
59 for (auto II : Inputs)
60 Res += !II->U.empty();
65 for (auto II : Inputs)
66 Res = std::max(Res, II->U.size());
80 InputInfo &II = *Inputs.back();
81 II.U = U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 47 for (auto II : Inputs)
48 delete II;
53 for (auto II : Inputs)
54 Res += II->U.size();
59 for (auto II : Inputs)
60 Res += !II->U.empty();
65 for (auto II : Inputs)
66 Res = std::max(Res, II->U.size());
80 InputInfo &II = *Inputs.back();
81 II.U = U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 44 for (auto II : Inputs)
45 delete II;
50 for (auto II : Inputs)
51 Res += II->U.size();
56 for (auto II : Inputs)
57 Res += !II->U.empty();
70 InputInfo &II = *Inputs.back();
71 II.U = U;
72 II.NumFeatures = NumFeatures;
73 II.MayDeleteFile = MayDeleteFile
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 24 static bool readsThreadIndex(const IntrinsicInst *II) {
25 switch (II->getIntrinsicID()) {
34 static bool readsLaneId(const IntrinsicInst *II) {
35 return II->getIntrinsicID() == Intrinsic::nvvm_read_ptx_sreg_laneid;
39 static bool isNVVMAtomic(const IntrinsicInst *II) {
40 switch (II->getIntrinsicID()) {
73 if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
75 if (readsThreadIndex(II) || readsLaneId(II))
79 if (isNVVMAtomic(II))
    [all...]
  /external/llvm/lib/Analysis/
OrderedBasicBlock.cpp 42 auto II = BB->begin();
45 II = std::next(LastInstFound);
48 for (; II != IE; ++II) {
49 Inst = cast<Instruction>(II);
55 assert(II != IE && "Instruction not found?");
57 LastInstFound = II;
  /external/clang/include/clang/Lex/
ExternalPreprocessorSource.h 35 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ExternalPreprocessorSource.h 35 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
ExternalPreprocessorSource.h 35 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
ExternalPreprocessorSource.h 35 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
ExternalPreprocessorSource.h 35 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
ExternalPreprocessorSource.h 35 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
ExternalPreprocessorSource.h 35 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;

Completed in 778 milliseconds

1 2 3 4 5 6 7 8 91011>>