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

  /external/stlport/test/eh/
test_map.cpp 34 template <class K, class V, class Comp, class A>
36 container_category(const EH_STD::__multimap__<K,V,Comp, A>&)
41 template <class K, class V, class Comp, class A >
43 container_category(const EH_STD::__map__<K,V,Comp, A>&)
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 162 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
164 NewNode->getInstList().push_back(Comp);
165 BranchInst::Create(LBranch, RBranch, Comp, NewNode);
185 ICmpInst* Comp = NULL;
188 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_EQ, Val,
194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
207 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
214 BranchInst::Create(Succ, Default, Comp, NewLeaf);
  /external/clang/test/SemaTemplate/
instantiate-template-template-parm.cpp 49 struct Comp {
61 Comp<int, lt> c0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 307 template<typename Comp, typename It>
310 Comp& comp; member in struct:__gnu_parallel::min_element_reduct
313 min_element_reduct(Comp &c) : comp(c) { }
318 if (comp(*x, *y))
326 template<typename Comp, typename It>
329 Comp& comp; member in struct:__gnu_parallel::max_element_reduct
332 max_element_reduct(Comp& c) : comp(c) {
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 465 StringRef Comp = Components[Idx];
470 Arch = ParseArch(Comp);
474 Vendor = ParseVendor(Comp);
478 OS = ParseOS(Comp);
482 Environment = ParseEnvironment(Comp);
534 assert(Pos < Components.size() && Components[Pos] == Comp &&
  /external/clang/test/SemaCXX/
new-delete.cpp 158 class Comp : public Tier {};
166 const Comp *dict;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 104 ATTRIBUTE Ascend-PPP-VJ-Slot-Comp 210 integer
197 VALUE Ascend-Link-Compression Link-Comp-None 0
198 VALUE Ascend-Link-Compression Link-Comp-Stac 1
199 VALUE Ascend-Link-Compression Link-Comp-Stac-Draft-9 2
200 VALUE Ascend-Link-Compression Link-Comp-MS-Stac 3
259 VALUE Ascend-PPP-VJ-Slot-Comp VJ-Slot-Comp-No 1
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 595 Record *&Comp = Composite[std::make_pair(A, B)];
596 if (Comp || !create)
597 return Comp;
601 Comp = new Record(Name, SMLoc(), Records);
602 SubRegIndices.push_back(Comp);
603 return Comp;
RegisterInfoEmitter.cpp 766 if (Record *Comp = RegBank.getCompositeSubRegIndex(SubRegIndices[i],
774 << ": return " << getQualifiedName(Comp) << ";\n";
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 248 milliseconds