/external/clang/lib/AST/ |
D | TemplateName.cpp | 163 LangOptions LO; in operator <<() local 164 LO.CPlusPlus = true; in operator <<() 165 LO.Bool = true; in operator <<() 166 N.print(OS, PrintingPolicy(LO)); in operator <<() 172 LangOptions LO; // FIXME! in dump() local 173 LO.CPlusPlus = true; in dump() 174 LO.Bool = true; in dump() 175 print(llvm::errs(), PrintingPolicy(LO)); in dump()
|
D | NestedNameSpecifier.cpp | 285 void NestedNameSpecifier::dump(const LangOptions &LO) { in dump() argument 286 print(llvm::errs(), PrintingPolicy(LO)); in dump()
|
/external/clang/include/clang/Frontend/ |
D | ChainedDiagnosticClient.h | 34 virtual void BeginSourceFile(const LangOptions &LO, in BeginSourceFile() argument 36 Primary->BeginSourceFile(LO, PP); in BeginSourceFile() 37 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
|
D | LogDiagnosticPrinter.h | 65 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) { in BeginSourceFile() argument 66 LangOpts = &LO; in BeginSourceFile()
|
D | TextDiagnosticPrinter.h | 48 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) { in BeginSourceFile() argument 49 LangOpts = &LO; in BeginSourceFile()
|
/external/openssl/crypto/aes/asm/ |
D | aes-x86_64.pl | 67 sub LO() { my $r=shift; $r =~ s/%r([a-z]+)/%e\1/; subroutine 1086 rol \$8,`&LO("$tp10")` # ROTATE(tp1^tp8,8) 1087 rol \$8,`&LO("$tp18")` # ROTATE(tp1^tp8,8) 1091 rol \$8,`&LO("$acc0")` # ROTATE(tp1^tp8,8) 1092 rol \$8,`&LO("$acc8")` # ROTATE(tp1^tp8,8) 1093 xor `&LO("$tp80")`,`&LO("$tp10")` 1094 xor `&LO("$tp88")`,`&LO("$tp18")` 1097 xor `&LO("$tp80")`,`&LO("$acc0")` 1098 xor `&LO("$tp88")`,`&LO("$acc8")` 1104 rol \$24,`&LO("$tp20")` # ROTATE(tp2^tp1^tp8,24) [all …]
|
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 82 std::string getAsString(const LangOptions &LO) const; 83 std::string getQuoted(const LangOptions &LO) const { in getQuoted() argument 84 return "'" + getAsString(LO) + "'"; in getQuoted()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInfo.h | 36 LO, // Carry clear Less than enumerator 55 case HS: return LO; in getOppositeCondition() 56 case LO: return HS; in getOppositeCondition() 77 case ARMCC::LO: return "lo"; in ARMCondCodeToString()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_blit_1.c | 72 #define LO 0 macro 75 #define LO 1 macro 124 (map[src[HI]]<<16)|(map[src[LO]]); in Blit1to2() 128 (map[src[HI]]<<16)|(map[src[LO]]); in Blit1to2() 139 (map[src[HI]]<<16)|(map[src[LO]]); in Blit1to2() 156 (map[src[HI]]<<16)|(map[src[LO]]); in Blit1to2() 160 (map[src[HI]]<<16)|(map[src[LO]]); in Blit1to2() 171 (map[src[HI]]<<16)|(map[src[LO]]); in Blit1to2()
|
D | SDL_blit_N.c | 847 #define LO 0 macro 850 #define LO 1 macro 980 (((src[LO])&0x00F80000)>>9)| \ 981 (((src[LO])&0x0000F800)>>6)| \ 982 (((src[LO])&0x000000F8)>>3); \ 1100 (((src[LO])&0x00F80000)>>8)| \ 1101 (((src[LO])&0x0000FC00)>>5)| \ 1102 (((src[LO])&0x000000F8)>>3); \ 1215 #define RGB565_32(dst, src, map) (map[src[LO]*2] + map[src[HI]*2+1])
|
/external/clang/include/clang/Rewrite/ |
D | Rewriter.h | 151 explicit Rewriter(SourceManager &SM, const LangOptions &LO) in Rewriter() argument 152 : SourceMgr(&SM), LangOpts(&LO) {} in Rewriter() 155 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { in setSourceMgr() argument 157 LangOpts = &LO; in setSourceMgr()
|
D | TokenRewriter.h | 51 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LO);
|
/external/clang/include/clang/AST/ |
D | PrettyPrinter.h | 39 PrintingPolicy(const LangOptions &LO) in PrintingPolicy() 40 : Indentation(2), LangOpts(LO), SuppressSpecifiers(false), in PrintingPolicy()
|
/external/libffi/src/powerpc/ |
D | darwin_closure.S | 301 bcl 20,31,LO$ffi_closure_helper_DARWIN 302 LO$ffi_closure_helper_DARWIN: 304 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN) 306 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 171 const SCEV *LO = X->getLHS(); in TransformForPostIncUse() local 173 const SCEV *LN = TransformForPostIncUse(Kind, LO, User, OperandValToReplace, in TransformForPostIncUse() 177 if (LO != LN || RO != RN) in TransformForPostIncUse()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | GRState.cpp | 408 LangOptions LO; // FIXME. in print() local 409 I.getKey()->printPretty(Out, 0, PrintingPolicy(LO)); in print() 427 LangOptions LO; // FIXME. in print() local 428 I.getKey()->printPretty(Out, 0, PrintingPolicy(LO)); in print() 448 LangOptions LO; // FIXME. in print() local 449 S->printPretty(Out, 0, PrintingPolicy(LO)); in print()
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 480 void dump(const CFG *cfg, const LangOptions &LO) const; 481 void print(llvm::raw_ostream &OS, const CFG* cfg, const LangOptions &LO) const; 482 void printTerminator(llvm::raw_ostream &OS, const LangOptions &LO) const; 654 void viewCFG(const LangOptions &LO) const; 655 void print(llvm::raw_ostream& OS, const LangOptions &LO) const; 656 void dump(const LangOptions &LO) const;
|
/external/openssl/crypto/sha/asm/ |
D | sha512-armv4.s | 107 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23 159 @ LO lo>>28^hi<<4 ^ hi>>2^lo<<30 ^ hi>>7^lo<<25 202 @ LO lo>>1^hi<<31 ^ lo>>8^hi<<24 ^ lo>>7^hi<<25 217 @ LO lo>>19^hi<<13 ^ hi>>29^lo<<3 ^ lo>>6^hi<<26 247 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23 299 @ LO lo>>28^hi<<4 ^ hi>>2^lo<<30 ^ hi>>7^lo<<25
|
/external/icu4c/data/unidata/ |
D | NameAliases.txt | 32 0EA5;LAO LETTER LO
|
/external/icu4c/data/translit/ |
D | ThaiLogical_Latin.txt | 65 ฬ ↔ l\u0323 ; # THAI CHARACTER LO CHULA 66 ล ↔ l ; # THAI CHARACTER LO LING
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3164 StmtPrinterHelper(const CFG* cfg, const LangOptions &LO) in StmtPrinterHelper() argument 3165 : currentBlock(0), currentStmt(0), LangOpts(LO) in StmtPrinterHelper() 3573 void CFG::dump(const LangOptions &LO) const { print(llvm::errs(), LO); } in dump() 3576 void CFG::print(llvm::raw_ostream &OS, const LangOptions &LO) const { in print() 3577 StmtPrinterHelper Helper(this, LO); in print() 3597 void CFGBlock::dump(const CFG* cfg, const LangOptions &LO) const { in dump() 3598 print(llvm::errs(), cfg, LO); in dump() 3604 const LangOptions &LO) const { in print() 3605 StmtPrinterHelper Helper(cfg, LO); in print() 3611 const LangOptions &LO) const { in printTerminator() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 288 SDValue LO = DAG.getNode(ISD::AND, DL, VT, Op.getOperand(0), HalfWordMask); in ExpandUINT_TO_FLOAT() local 294 SDValue fLO = DAG.getNode(ISD::SINT_TO_FP, DL, Op.getValueType(), LO); in ExpandUINT_TO_FLOAT()
|
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 354 Value *LO = L->getOperand(I), *RO = R->getOperand(I); in diff() local 355 if (!equivalentAsOperands(LO, RO)) { in diff() 356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; in diff()
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.td | 147 def LO : Register<"lo">, DwarfRegNum<[65]>; 195 def HILO : RegisterClass<"Mips", [i32], 32, (add HI, LO)>;
|
/external/srtp/doc/ |
D | header.template | 55 %\fancyhead[LO,RE]{\slshape }
|