Searched refs:MS (Results 1 - 25 of 76) sorted by relevance

1234

/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft9 ATTRIBUTE MS-CHAP-Response 1 string Microsoft
10 ATTRIBUTE MS-CHAP-Error 2 string Microsoft
11 ATTRIBUTE MS-CHAP-CPW-1 3 string Microsoft
12 ATTRIBUTE MS-CHAP-CPW-2 4 string Microsoft
13 ATTRIBUTE MS-CHAP-LM-Enc-PW 5 string Microsoft
14 ATTRIBUTE MS-CHAP-NT-Enc-PW 6 string Microsoft
15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft
18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft
19 ATTRIBUTE MS-MPPE-Encryption-Types 8 string Microsoft
20 ATTRIBUTE MS
[all...]
/external/clang/test/Sema/Inputs/
H A Dms-keyword-system-header.h5 #if defined(MS) && defined(NOT_SYSTEM)
/external/clang/test/CodeGen/
H A D2007-04-05-UnPackedStruct.c15 struct MyStruct MS = { tB, 0 }; local
H A D2007-04-05-PackedStruct.c17 struct MyStruct MS = { tB, 0 }; local
/external/clang/test/Sema/
H A Dms-keyword-system-header.c1 // RUN: %clang_cc1 -fms-extensions -D MS -isystem %S/Inputs %s -fsyntax-only -verify
2 // RUN: %clang_cc1 -fms-extensions -D MS -Wno-keyword-compat -I %S/Inputs %s -fsyntax-only -verify
3 // RUN: %clang_cc1 -fms-extensions -D MS -D NOT_SYSTEM -I %S/Inputs %s -fsyntax-only -verify
6 // PR17824: GNU libc uses MS keyword __uptr as an identifier in C mode
12 #ifdef MS
H A Dformat-strings-gnu.c27 #ifndef MS
H A Ddllimport.c160 #ifdef MS
/external/clang/unittests/Driver/
H A DMultilibTest.cpp183 MultilibSet MS; local
184 ASSERT_TRUE(MS.size() == 0);
185 MS.Maybe(Multilib("64").flag("+m64"));
186 ASSERT_TRUE(MS.size() == 2);
187 for (MultilibSet::const_iterator I = MS.begin(), E = MS.end(); I != E; ++I) {
199 MultilibSet MS; local
200 MS.Maybe(Multilib("sof").flag("+sof"));
201 MS.Maybe(Multilib("el").flag("+EL"));
202 ASSERT_TRUE(MS
227 MultilibSet MS; local
241 MultilibSet MS; local
257 MultilibSet MS; local
[all...]
/external/llvm/tools/dsymutil/
H A DMachOUtils.h32 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS,
H A DDwarfLinker.cpp476 MCStreamer *MS; // Owned by AsmPrinter member in class:llvm::dsymutil::__anon12628::DwarfStreamer
623 MS = TheTarget->createMCObjectStreamer(
627 if (!MS)
635 Asm.reset(TheTarget->createAsmPrinter(*TM, std::unique_ptr<MCStreamer>(MS)));
649 return MachOUtils::generateDsymCompanion(DM, *MS, *OutFile);
651 MS->Finish();
658 MS->SwitchSection(MOFI->getDwarfInfoSection());
691 MS->SwitchSection(MOFI->getDwarfAbbrevSection());
697 MS->SwitchSection(MOFI->getDwarfInfoSection());
719 MS
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp605 MemorySanitizer &MS; member in struct:__anon12458::MemorySanitizerVisitor
628 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS) argument
629 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) {
645 if (MS.TrackOrigins <= 1) return V;
646 return IRB.CreateCall(MS.MsanChainOriginFn, V);
651 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy);
654 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false);
662 unsigned IntptrAlignment = DL.getABITypeAlignment(MS
2771 MemorySanitizer &MS; member in struct:__anon12458::VarArgAMD64Helper
2778 VarArgAMD64Helper(Function &F, MemorySanitizer &MS, MemorySanitizerVisitor &MSV) argument
2940 MemorySanitizer &MS; member in struct:__anon12458::VarArgMIPS64Helper
2947 VarArgMIPS64Helper(Function &F, MemorySanitizer &MS, MemorySanitizerVisitor &MSV) argument
3053 MemorySanitizer &MS; member in struct:__anon12458::VarArgAArch64Helper
3060 VarArgAArch64Helper(Function &F, MemorySanitizer &MS, MemorySanitizerVisitor &MSV) argument
3276 VarArgNoOpHelper(Function &F, MemorySanitizer &MS, MemorySanitizerVisitor &MSV) argument
[all...]
/external/clang/test/SemaCXX/
H A Ddllimport.cpp257 #ifdef MS
271 #ifdef MS
280 #ifdef MS
308 #ifdef MS
356 #ifdef MS
409 #ifdef MS
531 #ifdef MS
545 #ifdef MS
572 #ifdef MS
663 #ifdef MS
[all...]
H A Ddllexport.cpp342 #ifdef MS
372 // In MS mode, instantiate members of class templates that are base classes of exported classes.
373 #ifdef MS
379 #ifdef MS
415 #ifdef MS
425 #ifdef MS
458 #ifdef MS
470 #ifdef MS
1090 // The MS ABI doesn't provide a stable mangling for lambdas, so they can't be imported or exported.
1091 #ifdef MS
[all...]
/external/llvm/lib/Analysis/
H A DMemoryLocation.cpp95 static bool isMemsetPattern16(const Function *MS, argument
98 MS->getName() == "memset_pattern16") {
99 FunctionType *MemsetType = MS->getFunctionType();
/external/clang/include/clang/Driver/
H A DMultilib.h138 void combineWith(const MultilibSet &MS);
170 raw_ostream &operator<<(raw_ostream &OS, const MultilibSet &MS);
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
H A DTest.pm43 if ($^O =~ /^(MS)?Win32$/) {
/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp409 std::unique_ptr<MCStreamer> MS(TheTarget->createMCObjectStreamer(
413 if (!MS)
416 if (auto Err = write(*MS, InputFiles))
419 MS->Finish();
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
H A Dhtml.js108 MS: 'ms',
261 SPECIAL_ELEMENTS[NS.MATHML][$.MS] = true;
H A Dforeign_content.js242 return ns === NS.MATHML && (tn === $.MI || tn === $.MO || tn === $.MN || tn === $.MS || tn === $.MTEXT);
/external/clang/lib/Driver/
H A DMultilib.cpp291 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const MultilibSet &MS) { argument
292 MS.print(OS);
/external/libxml2/xstc/
H A DMakefile.am79 $(XSLTPROC) --nonet --stringparam vendor MS \
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak72 # the command line is cut to fit in the MS-DOS 128 byte limit:
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak72 # the command line is cut to fit in the MS-DOS 128 byte limit:
/external/clang/lib/Lex/
H A DPPLexerChange.cpp661 MacroState MS(Macro.second.getLatest());
662 MS.setOverriddenMacros(*this, Macro.second.getOverriddenMacros());
663 State.Macros.insert(std::make_pair(Macro.first, std::move(MS)));
/external/clang/include/clang/AST/
H A DVTableBuilder.h313 VTableContextBase(bool MS) : IsMicrosoftABI(MS) {} argument
533 : VTableContextBase(/*MS=*/true), Context(Context) {}

Completed in 895 milliseconds

1234