Searched refs:LO (Results 1 - 25 of 39) sorted by relevance

12

/external/clang/include/clang/AST/
H A DPrettyPrinter.h36 PrintingPolicy(const LangOptions &LO) argument
37 : Indentation(2), LangOpts(LO), SuppressSpecifiers(false),
42 Bool(LO.Bool) { }
H A DNestedNameSpecifier.h204 void dump(const LangOptions &LO);
/external/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h65 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) { argument
66 LangOpts = &LO;
H A DChainedDiagnosticConsumer.h34 virtual void BeginSourceFile(const LangOptions &LO, argument
36 Primary->BeginSourceFile(LO, PP);
37 Secondary->BeginSourceFile(LO, PP);
H A DTextDiagnosticPrinter.h51 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP);
/external/clang/lib/AST/
H A DTemplateName.cpp163 LangOptions LO; local
164 LO.CPlusPlus = true;
165 LO.Bool = true;
166 N.print(OS, PrintingPolicy(LO));
172 LangOptions LO; // FIXME! local
173 LO.CPlusPlus = true;
174 LO.Bool = true;
175 print(llvm::errs(), PrintingPolicy(LO));
H A DNestedNameSpecifier.cpp285 void NestedNameSpecifier::dump(const LangOptions &LO) { argument
286 print(llvm::errs(), PrintingPolicy(LO));
/external/clang/include/clang/Sema/
H A DTypoCorrection.h89 std::string getAsString(const LangOptions &LO) const;
90 std::string getQuoted(const LangOptions &LO) const {
91 return "'" + getAsString(LO) + "'";
/external/clang/include/clang/Rewrite/
H A DRewriter.h149 explicit Rewriter(SourceManager &SM, const LangOptions &LO) argument
150 : SourceMgr(&SM), LangOpts(&LO) {}
153 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { argument
155 LangOpts = &LO;
H A DTokenRewriter.h51 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LO);
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit_1.c72 #define LO 0 macro
75 #define LO 1 macro
124 (map[src[HI]]<<16)|(map[src[LO]]);
128 (map[src[HI]]<<16)|(map[src[LO]]);
139 (map[src[HI]]<<16)|(map[src[LO]]);
156 (map[src[HI]]<<16)|(map[src[LO]]);
160 (map[src[HI]]<<16)|(map[src[LO]]);
171 (map[src[HI]]<<16)|(map[src[LO]]);
/external/libffi/src/powerpc/
H A Ddarwin_closure.S301 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/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h33 LO, // Carry clear Less than enumerator in enum:llvm::ARMCC::CondCodes
52 case HS: return LO;
53 case LO: return HS;
74 case ARMCC::LO: return "lo";
/external/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp39 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, argument
41 LangOpts = &LO;
/external/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp184 const SCEV *LO = X->getLHS(); local
186 const SCEV *LN = TransformSubExpr(LO, User, OperandValToReplace);
188 if (LO != LN || RO != RN)
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp409 LangOptions LO; // FIXME. local
410 I.getKey()->printPretty(Out, 0, PrintingPolicy(LO));
429 LangOptions LO; // FIXME. local
430 I.getKey()->printPretty(Out, 0, PrintingPolicy(LO));
451 LangOptions LO; // FIXME. local
452 S->printPretty(Out, 0, PrintingPolicy(LO));
H A DPlistDiagnostics.cpp91 const LangOptions &LO,
93 : OutputFile(output), LangOpts(LO), SubPD(subPD), flushed(false) {}
90 PlistDiagnostics(const std::string& output, const LangOptions &LO, PathDiagnosticConsumer *subPD) argument
H A DExprEngine.cpp1723 LangOptions LO; // FIXME. local
1724 S->printPretty(Out, 0, PrintingPolicy(LO));
1776 LangOptions LO; // FIXME. local
1777 E.getSrc()->printTerminator(Out, LO);
1792 LangOptions LO; // FIXME. local
1793 C->getLHS()->printPretty(Out, 0, PrintingPolicy(LO));
1797 RHS->printPretty(Out, 0, PrintingPolicy(LO));
/external/openssl/crypto/aes/asm/
H A Daes-x86_64.pl67 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("
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl67 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23
119 @ LO lo>>28^hi<<4 ^ hi>>2^lo<<30 ^ hi>>7^lo<<25
271 @ LO lo>>1^hi<<31 ^ lo>>8^hi<<24 ^ lo>>7^hi<<25
286 @ LO lo>>19^hi<<13 ^ hi>>29^lo<<3 ^ lo>>6^hi<<26
H A Dsha512-armv4.s107 @ 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/clang/include/clang/Analysis/
H A DCFG.h492 void dump(const CFG *cfg, const LangOptions &LO) const;
493 void print(raw_ostream &OS, const CFG* cfg, const LangOptions &LO) const;
494 void printTerminator(raw_ostream &OS, const LangOptions &LO) const;
688 void viewCFG(const LangOptions &LO) const;
689 void print(raw_ostream &OS, const LangOptions &LO) const;
690 void dump(const LangOptions &LO) const;
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp354 Value *LO = L->getOperand(I), *RO = R->getOperand(I); local
355 if (!equivalentAsOperands(LO, RO)) {
356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
/external/clang/lib/Analysis/
H A DCFG.cpp3178 StmtPrinterHelper(const CFG* cfg, const LangOptions &LO) argument
3179 : currentBlock(0), currentStmt(0), LangOpts(LO)
3587 void CFG::dump(const LangOptions &LO) const { print(llvm::errs(), LO); } local
3590 void CFG::print(raw_ostream &OS, const LangOptions &LO) const {
3591 StmtPrinterHelper Helper(this, LO);
3611 void CFGBlock::dump(const CFG* cfg, const LangOptions &LO) const {
3612 print(llvm::errs(), cfg, LO); local
3618 const LangOptions &LO) const {
3619 StmtPrinterHelper Helper(cfg, LO);
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp444 // Clear upper part of LO, lower HI
446 SDValue LO = DAG.getNode(ISD::AND, DL, VT, Op.getOperand(0), HalfWordMask); local
452 SDValue fLO = DAG.getNode(ISD::SINT_TO_FP, DL, Op.getValueType(), LO);

Completed in 414 milliseconds

12