| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_thread_registry_test.cpp | 69 registry->StartThread(0, 0, ThreadType::Regular, 0); in TestRegistry() 77 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry() 87 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry() 112 registry->StartThread(tid, 0, ThreadType::Regular, 0); in TestRegistry() 189 args->registry->StartThread(tids[i], 0, ThreadType::Regular, in RunThread() 201 registry->StartThread(0, 0, ThreadType::Regular, 0); in ThreadedTestRegistry()
|
| /openbsd-src/gnu/llvm/clang/lib/IndexSerialization/ |
| H A D | SerializablePathCollection.cpp | 72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular; in tryStoreDirPath() 83 if (Root != PathPool::RootDirKind::Regular) { in tryStoreDirPath()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.h | 45 ThreadType thread_type = ThreadType::Regular);
|
| H A D | lsan_fuchsia.cpp | 58 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args); in ThreadStart()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20020227-1.x | 17 # Regular sparc fails with -m64, but not with -O0/-O1.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
| H A D | 08_nothreads.t | 8 # Regular array 15 # Regular hash-based object
|
| H A D | 02_refs.t | 26 # Regular array 33 # Regular hash-based object
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputSection.h | 49 enum Kind { Regular, Synthetic, EHFrame, Merge, Output }; enumerator 356 ArrayRef<uint8_t> data, StringRef name, Kind k = Regular); 362 return s->kind() == SectionBase::Regular || in classof()
|
| /openbsd-src/regress/usr.bin/mandoc/man/TP/ |
| H A D | width.out_ascii | 7 Regular mode:
|
| /openbsd-src/regress/usr.bin/mandoc/man/IP/ |
| H A D | width.out_ascii | 7 Regular mode:
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Functions/t/ |
| H A D | Functions.t | 83 Regular expressions and pattern matching:
|
| /openbsd-src/gnu/llvm/clang/include/clang/IndexSerialization/ |
| H A D | SerializablePathCollection.h | 47 Regular = 0, enumerator
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gdb_mbuild.sh | 33 -e <regexp> Regular expression for selecting the targets to build.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlbook.pod | 99 =item I<Regular Expression Pocket Reference> 191 =item I<Regular Expressions Cookbook> 219 =item I<Mastering Regular Expressions>
|
| H A D | perlreref.pod | 3 perlreref - Perl Regular Expressions Reference 397 L<perldebug/"Debugging Regular Expressions"> 406 I<Mastering Regular Expressions> by Jeffrey Friedl
|
| H A D | perlsecpolicy.pod | 232 =head3 Regular expressions 241 Regular expressions are not guaranteed to compile or evaluate in any specific 244 Regular expressions may consume all available system memory when they are 247 Regular expressions may cause excessive recursion that halts the perl
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | DebugTypes.h | 41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.h | 33 Regular, // Normal thread enumerator
|
| /openbsd-src/usr.bin/awk/ |
| H A D | README.md | 32 ### Regular expressions ### 34 Regular expressions may include UTF-8 code points, including `\u`.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 54 Regular, enumerator
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 140 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, in ThreadStart()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cpp | 217 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 80 enum class CharKind { Regular = 0, Wide }; enumerator 81 constexpr CharKind CK_Regular = CharKind::Regular; 85 return Ctx.getPointerType(CK == CharKind::Regular ? Ctx.CharTy in getCharPtrType() 274 CharKind CK = CharKind::Regular) const; 278 CharKind CK = CharKind::Regular) const; 282 CharKind CK = CharKind::Regular) const; 387 if (CK == CharKind::Regular) { in CheckLocation() 1366 CharKind::Regular); in evalBcopy()
|
| /openbsd-src/usr.bin/vi/ |
| H A D | FAQ | 50 case of letters in the Regular Expression (RE), and the iclower edit 52 RE. If any upper-case letters appear in the Regular Expression, then
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 515 pc, StackFrame::Kind::Regular, behaves_like_zeroth_frame, nullptr); in GetFramesUpTo() 679 StackFrame::Kind::Regular, behaves_like_zeroth_frame, nullptr); in GetFrameAtIndex()
|