/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 162 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT, in switchConvert() local 164 NewNode->getInstList().push_back(Comp); in switchConvert() 165 BranchInst::Create(LBranch, RBranch, Comp, NewNode); in switchConvert() 185 ICmpInst* Comp = NULL; in newLeafBlock() local 188 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_EQ, Val, in newLeafBlock() 194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High, in newLeafBlock() 198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High, in newLeafBlock() 207 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound, in newLeafBlock() 214 BranchInst::Create(Succ, Default, Comp, NewLeaf); in newLeafBlock()
|
/external/openssh/ |
D | kex.h | 83 typedef struct Comp Comp; typedef 107 struct Comp { struct 115 Comp comp; argument
|
D | packet.c | 737 Comp *comp; in set_newkeys() 816 Comp *comp = NULL; in packet_enable_delayed_compress() 853 Comp *comp = NULL; in packet_send2_wrapped() 1242 Comp *comp = NULL; in packet_read_poll2()
|
D | kex.c | 320 choose_comp(Comp *comp, char *client, char *server) in choose_comp()
|
D | monitor_wrap.c | 476 Comp *comp; in mm_newkeys_from_blob() 535 Comp *comp; in mm_newkeys_to_blob()
|
/external/stlport/test/eh/ |
D | test_map.cpp | 34 template <class K, class V, class Comp, class A> 36 container_category(const EH_STD::__multimap__<K,V,Comp, A>&) in container_category() argument 41 template <class K, class V, class Comp, class A > 43 container_category(const EH_STD::__map__<K,V,Comp, A>&) in container_category() argument
|
/external/clang/test/SemaTemplate/ |
D | instantiate-template-template-parm.cpp | 49 struct Comp { struct 61 Comp<int, lt> c0; argument
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 391 StringRef Comp = Components[Idx]; in normalize() local 395 Arch = parseArch(Comp); in normalize() 399 Vendor = parseVendor(Comp); in normalize() 403 OS = parseOS(Comp); in normalize() 407 Environment = parseEnvironment(Comp); in normalize() 461 assert(Pos < Components.size() && Components[Pos] == Comp && in normalize()
|
/external/ppp/pppd/plugins/radius/etc/ |
D | 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/clang/lib/AST/ |
D | Expr.cpp | 2684 StringRef Comp = Accessor->getName(); in containsDuplicateElements() local 2687 if (Comp == "hi" || Comp == "lo" || Comp == "even" || Comp == "odd") in containsDuplicateElements() 2691 if (Comp[0] == 's' || Comp[0] == 'S') in containsDuplicateElements() 2692 Comp = Comp.substr(1); in containsDuplicateElements() 2694 for (unsigned i = 0, e = Comp.size(); i != e; ++i) in containsDuplicateElements() 2695 if (Comp.substr(i + 1).find(Comp[i]) != StringRef::npos) in containsDuplicateElements() 2704 StringRef Comp = Accessor->getName(); in getEncodedElementAccess() local 2705 if (Comp[0] == 's' || Comp[0] == 'S') in getEncodedElementAccess() 2706 Comp = Comp.substr(1); in getEncodedElementAccess() 2708 bool isHi = Comp == "hi"; in getEncodedElementAccess() [all …]
|
/external/clang/test/SemaCXX/ |
D | new-delete.cpp | 158 class Comp : public Tier {}; class 166 const Comp *dict; in loadEngineFor()
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 432 Range.getBegin(), CondDirectiveLoc::Comp(SourceMgr)); in rangeIntersectsConditionalDirective() 441 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr)); in rangeIntersectsConditionalDirective() 457 Loc, CondDirectiveLoc::Comp(SourceMgr)); in findCondDirectiveIdx()
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 318 class Comp { 321 explicit Comp(SourceManager &SM) : SM(SM) {} in Comp() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 863 CodeGenSubRegIndex *Comp = A->compose(B); in getCompositeSubRegIndex() local 864 if (Comp) in getCompositeSubRegIndex() 865 return Comp; in getCompositeSubRegIndex() 869 Comp = getSubRegIdx(new Record(Name, SMLoc(), Records)); in getCompositeSubRegIndex() 870 A->addComposite(B, Comp); in getCompositeSubRegIndex() 871 return Comp; in getCompositeSubRegIndex()
|
D | RegisterInfoEmitter.cpp | 946 if (CodeGenSubRegIndex *Comp = in runTargetDesc() local 954 << ": return " << Comp->getQualifiedName() << ";\n"; in runTargetDesc()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 984 APInt Comp = CmpRHSV << ShAmtVal; in FoldICmpShrCst() local 985 ConstantInt *ShiftedCmpRHS = ConstantInt::get(ICI.getContext(), Comp); in FoldICmpShrCst() 987 Comp = Comp.lshr(ShAmtVal); in FoldICmpShrCst() 989 Comp = Comp.ashr(ShAmtVal); in FoldICmpShrCst() 991 if (Comp != CmpRHSV) { // Comparing against a bit that we know is zero. in FoldICmpShrCst() 1280 Constant *Comp = in visitICmpInstWithInstAndIntCst() local 1283 if (Comp != RHS) {// Comparing against a bit that we know is zero. in visitICmpInstWithInstAndIntCst()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 6237 Component Comp; in TransformOffsetOfExpr() local 6238 Comp.isBrackets = true; in TransformOffsetOfExpr() 6239 Comp.LocStart = ON.getSourceRange().getBegin(); in TransformOffsetOfExpr() 6240 Comp.LocEnd = ON.getSourceRange().getEnd(); in TransformOffsetOfExpr() 6249 Comp.isBrackets = true; in TransformOffsetOfExpr() 6250 Comp.U.E = Index.get(); in TransformOffsetOfExpr() 6256 Comp.isBrackets = false; in TransformOffsetOfExpr() 6257 Comp.U.IdentInfo = ON.getFieldName(); in TransformOffsetOfExpr() 6258 if (!Comp.U.IdentInfo) in TransformOffsetOfExpr() 6268 Components.push_back(Comp); in TransformOffsetOfExpr()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1465 uint32_t Comp = Probability.getDenominator() - Probability.getNumerator(); in isProfitableToIfCvt() local 1466 unsigned FUnpredCost = Comp * FCycles; in isProfitableToIfCvt()
|
/external/bison/doc/ |
D | bison.texinfo | 160 * Comp: Rpcalc Compile. Run the C compiler on the output code. 1395 * Comp: Rpcalc Compile. Run the C compiler on the output code. 8692 @c LocalWords: rpcalc Lexer Gen Comp Expr ltcalc mfcalc Decl Symtab yylex
|
D | bison.info | 122 * Comp: Rpcalc Compile. Run the C compiler on the output code. 1583 * Comp: Rpcalc Compile. Run the C compiler on the output code.
|