HomeSort by: relevance | last modified time | path
    Searched defs:NS (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-break-qualified.cc 18 namespace NS {
23 return i; /* location NS::func here */
26 } /* namespace NS */
50 NS::func (2);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-break-qualified.cc 18 namespace NS {
23 return i; /* location NS::func here */
26 } /* namespace NS */
50 NS::func (2);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NamedStreamMap.h 30 NamedStreamMap *NS;
32 explicit NamedStreamMapTraits(NamedStreamMap &NS);
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-value-prof-2.c 31 unsigned S, NS = 10, V;
49 for (S = 0; S < NS; S++) {
instrprof-value-prof.c 68 uint32_t NS; /* Number value sites. */
80 unsigned S, NS = 0, I, V, doInstrument = 1;
88 CallerInfos[I].NS = I;
107 NS = Res->NS;
109 0 /*IPVK_IndirectCallTarget */, NS);
113 for (S = 0; S < NS; S++) {
  /src/tests/lib/libc/regex/
main.c 72 # define NS 10
73 regmatch_t subs[NS];
136 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
153 for (i = 1; i < NS; i++)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp 370 auto NS = safelyCreateNamedStream("/names");
371 if (!NS)
372 return NS.takeError();
375 BinaryStreamReader Reader(**NS);
379 StringTableStream = std::move(*NS);
PDBFileBuilder.cpp 278 auto NS = WritableMappedBlockStream::createIndexedStream(
280 BinaryStreamWriter NSWriter(*NS);
288 auto NS = WritableMappedBlockStream::createIndexedStream(
290 BinaryStreamWriter NSW(*NS);
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
RustDemangle.cpp 129 // | "N" <ns> <path> <identifier> // ...::ident (nested path)
133 // <ns> = "C" // closure
176 char NS = consume();
177 if (!isLower(NS) && !isUpper(NS)) {
186 if (isUpper(NS)) {
189 if (NS == 'C')
191 else if (NS == 'S')
194 print(NS);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
BytesOutputStyle.cpp 202 BinarySubstreamRef NS = InfoS.getNamedStreamsBuffer();
204 P.formatMsfStreamData("Named Stream Map", File, Layout, NS);
232 BinarySubstreamRef NS = DbiS.getSectionContributionData();
234 P.formatMsfStreamData("Section Contributions", File, Layout, NS);
243 BinarySubstreamRef NS = DbiS.getSecMapSubstreamData();
245 P.formatMsfStreamData("Section Map", File, Layout, NS);
254 BinarySubstreamRef NS = DbiS.getModiSubstreamData();
256 P.formatMsfStreamData("Module Infos", File, Layout, NS);
265 BinarySubstreamRef NS = DbiS.getFileInfoSubstreamData();
267 P.formatMsfStreamData("File Info", File, Layout, NS);
    [all...]
llvm-pdbutil.cpp 862 NativeSession *NS = static_cast<NativeSession *>(Session.get());
863 return NS->getPDBFile();
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 221 auto NS = ProcModel.ItinsDef->getValueAsString("PacketizerNamespace");
222 ItinsByNamespace[std::string(NS)].push_back(&ProcModel);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 488 GCCAsmStmt *NS =
497 if (unsigned DiagID = NS->AnalyzeAsmString(Pieces, Context, DiagOffs)) {
500 return NS;
510 unsigned NumOperands = NS->getNumOutputs() + NS->getNumInputs();
512 if (NS->isAsmGoto() && ConstraintIdx >= NumOperands)
517 unsigned I = 0, E = NS->getNumOutputs();
562 targetDiag(NS->getOutputExpr(i)->getBeginLoc(),
565 return NS;
577 targetDiag(NS->getInputExpr(i)->getBeginLoc()
    [all...]
SemaLookup.cpp 144 DeclContext *NS = UD->getNominatedNamespace();
145 if (!visited.insert(NS).second)
149 addUsingDirectives(NS, EffectiveDC);
159 DeclContext *NS = UD->getNominatedNamespace();
160 if (SemaRef.isVisible(UD) && visited.insert(NS).second) {
162 queue.push_back(NS);
1190 DeclContext *NS, UnqualUsingDirectiveSet &UDirs) {
1192 assert(NS && NS->isFileContext() && "CppNamespaceLookup() requires namespace!");
1195 bool Found = LookupDirect(S, R, NS);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 412 uint32_t NS = Func.getNumValueSites(VK);
413 if (!NS)
415 for (uint32_t S = 0; S < NS; S++) {
450 uint32_t NS = Func.getNumValueSites(VK);
451 if (!NS)
454 OS << "# NumValueSites:\n" << NS << "\n";
455 for (uint32_t S = 0; S < NS; S++) {
  /src/external/lgpl3/mpfr/dist/tests/
tsum.c 283 #define NS 6
289 int i, r, k[NS];
290 mpfr_t c[NC], s[NS], sum;
291 mpfr_ptr p[NS];
301 for (i = 0; i < NS; i++)
310 while (i < NS)
316 inex = mpfr_sum (sum, p, NS, (mpfr_rnd_t) r);
317 if (! SAME_VAL (sum, s[NS-1]) || inex != 0)
321 for (i = 0; i < NS; i++)
324 for (i = 0; i < NS; i++
    [all...]
  /src/sys/dev/ic/
ninjascsi32.c 210 #define NS(ns) ((ns) / 4) /* nanosecond (>= 50) -> sync value */
224 /* 40MHz (25ns) */
227 { NS( 50), ACKW(1), 0 }, /* 20.0 : 50ns, 25ns */
228 { NS( 75), ACKW(1), SMPL(1) }, /* 13.3 : 75ns, 25ns */
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 490 void setInfo(const Expr *To, ConsumedState NS);
543 // If NS is not CS_None, sets the state of From to NS.
545 ConsumedState NS) {
552 if (NS != CS_None && PInfo.isPointerToValue())
553 setStateForVarOrTmp(StateMap, PInfo, NS);
568 void ConsumedStmtVisitor::setInfo(const Expr *To, ConsumedState NS) {
573 setStateForVarOrTmp(StateMap, PInfo, NS);
574 } else if (NS != CS_None) {
575 insertInfo(To, PropagationInfo(NS));
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 928 PragmaNamespace *NS = PragmaHandlers.get();
935 NS = Existing->getIfNamespace();
936 assert(NS && "Invalid namespace, registered as a regular pragma handler!");
939 NS->RemovePragmaHandler(Handler);
942 if (NS != PragmaHandlers.get() && NS->IsEmpty()) {
943 PragmaHandlers->RemovePragmaHandler(NS);
944 delete NS;
1226 explicit PragmaDiagnosticHandler(const char *NS)
1227 : PragmaHandler("diagnostic"), Namespace(NS) {}
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 1198 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign);
1201 NS->setAAMetadata(AAMD);
1246 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign);
1249 NS->setAAMetadata(AAMD);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 889 uint64_t NS = 0;
891 NS += PD.NumValueSites[Kind];
892 if (NS) {
893 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVNHoist.cpp 1098 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0;
1153 ++NS;
1163 NumHoisted += NL + NS + NC + NI;
1166 NumStoresHoisted += NS;
1168 return {NI, NL + NC + NS};
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1808 const auto *NS = dyn_cast<NamespaceDecl>(O);
1809 if (!NS || !NS->isInline())
1811 O = NS->getParent();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 987 auto *NS = new (allocator()) syntax::IdentifierNameSpecifier;
988 Builder.foldNode(NameSpecifierTokens, NS, nullptr);
989 return NS;
997 auto *NS = new (allocator()) syntax::SimpleTemplateNameSpecifier;
998 Builder.foldNode(NameSpecifierTokens, NS, nullptr);
999 return NS;
1005 auto *NS = new (allocator()) syntax::DecltypeNameSpecifier;
1010 Builder.foldNode(NameSpecifierTokens, NS, nullptr);
1011 return NS;
1026 auto *NS = buildNameSpecifier(It)
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 50 std::string V, N, NS;
56 V(Variety), N(Name), NS(Namespace), K(KnownToGCC) {}
63 NS = std::string(Spelling.getValueAsString("Namespace"));
68 const std::string &nameSpace() const { return NS; }

Completed in 124 milliseconds

1 2