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

  /external/clang/test/SemaTemplate/
instantiate-template-template-parm.cpp 49 struct Comp {
61 Comp<int, lt> c0;
  /external/llvm/lib/Support/
Triple.cpp 391 StringRef Comp = Components[Idx];
395 Arch = parseArch(Comp);
399 Vendor = parseVendor(Comp);
403 OS = parseOS(Comp);
407 Environment = parseEnvironment(Comp);
461 assert(Pos < Components.size() && Components[Pos] == Comp &&
  /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/openssh/
kex.h 83 typedef struct Comp Comp;
107 struct Comp {
115 Comp comp; member in struct:Newkeys
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 318 class Comp {
321 explicit Comp(SourceManager &SM) : SM(SM) {}
  /external/clang/test/SemaCXX/
new-delete.cpp 158 class Comp : public Tier {};
166 const Comp *dict;
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 863 CodeGenSubRegIndex *Comp = A->compose(B);
864 if (Comp)
865 return Comp;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 572 milliseconds