Searched defs:LE (Results 1 - 25 of 77) sorted by relevance

1234

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DComparison.java37 LE() { method in enum:Comparison
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h21 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
H A DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
/external/llvm/unittests/LineEditor/
H A DLineEditor.cpp20 LineEditor *LE; member in class:LineEditorTest
29 LE = new LineEditor("test", HistPath);
33 delete LE;
39 LE->saveHistory();
40 LE->loadHistory();
61 LE->setListCompleter(TestListCompleter(Comps));
62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0);
67 LE->setListCompleter(TestListCompleter(Comps));
68 CA = LE->getCompletionAction("", 0);
79 LE
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZ.h41 LE = 11, enumerator in enum:llvm::SystemZCC::CondCodes
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelLowering.h33 LE enumerator in enum:llvm::MBlazeCC::CC
41 case GT: return LE;
44 case LE: return GE;
56 case LE: return "le";
/external/valgrind/none/tests/s390x/
H A Dcgij.c23 #define LE C macro
62 CGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dcgrj.c23 #define LE C macro
67 CGRJ(7,8,8,LE) "\n\t"
H A Dcij.c23 #define LE C macro
62 CIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgij.c23 #define LE C macro
62 CLGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgrj.c23 #define LE C macro
67 CLGRJ(7,8,8,LE) "\n\t"
H A Dclij.c23 #define LE C macro
62 CLIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclrj.c23 #define LE C macro
67 CLRJ(7,8,8,LE) "\n\t"
H A Dcrj.c23 #define LE C macro
67 CRJ(7,8,8,LE) "\n\t"
/external/ltp/testcases/lib/
H A Dtst_kvcmp.c30 LE, enumerator in enum:op
52 return LE;
144 case LE:
191 case LE:
/external/clang/lib/Index/
H A DIndexBody.cpp279 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C) { argument
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp100 LineEditor *LE; member in struct:LineEditor::InternalData
116 return Data->LE->getPrompt().c_str();
146 LineEditor::CompletionAction Action = Data->LE->getCompletionAction(
183 OS << Data->LE->getPrompt()
206 Data->LE = this;
/external/minijail/
H A Dbpf.h37 LE, enumerator in enum:__anon17328
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp406 if (auto *LE = dyn_cast<LambdaExpr>(S)) {
407 findLambdaReferenceCaptures(LE);
424 void findLambdaReferenceCaptures(const LambdaExpr *LE) { argument
425 const CXXRecordDecl *LambdaClass = LE->getLambdaClass();
430 for (const LambdaCapture &C : LE->captures()) {
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp37 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
47 AddrOffsetSection(AOS), isLittleEndian(LE), isDWO(IsDWO),
35 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *IndexEntry) argument
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp37 ProfOStream(llvm::raw_fd_ostream &FD) : IsFDOStream(true), OS(FD), LE(FD) {}
39 : IsFDOStream(false), OS(STR), LE(STR) {}
42 void write(uint64_t V) { LE.write<uint64_t>(V); }
72 support::endian::Writer<support::little> LE; member in class:llvm::ProfOStream
97 endian::Writer<little> LE(Out);
100 LE.write<offset_type>(N);
112 LE.write<offset_type>(M);
123 endian::Writer<little> LE(Out);
128 LE.write<uint64_t>(ProfileData.first); // Function hash
129 LE
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp189 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, argument
206 if (LE) {
216 if (LE) {
226 if (LE) {
240 if (LE) {
267 bool LE = TM.isLittleEndian(); local
290 AsmText += swapFPIntParams(PV, M, LE, true);
305 if (LE) {
315 if (LE) {
325 if (LE) {
457 bool LE = TM.isLittleEndian(); local
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h38 LE, enumerator in enum:llvm::NVPTXCC::CondCodes
146 LE, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp194 BasicBlock::iterator LI = L->begin(), LE = L->end(); local
198 assert(LI != LE && RI != R->end());
214 } while (LI != LE); // This is sufficient: we can't get equality of
219 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
465 LI = L->arg_begin(), LE = L->arg_end(),
467 LI != LE && RI != RE; ++LI, ++RI)
489 BasicBlock::iterator LE = LStart->getParent()->end(); local
492 unsigned NL = std::distance(LStart, LE);
520 for (BasicBlock::iterator LI = LStart; LI != LE; ++LI, ++Index) {
566 assert(LI != LE
[all...]
/external/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp314 auto LU = L->use_begin(), LE = L->use_end(); local
316 skipUnmappedUsers(LU, LE, LM);
319 while (LU != LE) {
332 skipUnmappedUsers(++LU, LE, LM);

Completed in 1573 milliseconds

1234