Home
last modified time | relevance | path

Searched refs:Post (Results 1 – 25 of 84) sorted by relevance

1234

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp181 sem.Post(1); in TEST()
183 sem.Post(3); in TEST()
193 sem.Post(1); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h73 void Post(u32 count = 1);
248 writers_.Post(); in Unlock()
250 readers_.Post(wake_readers); in Unlock()
307 writers_.Post(); in ReadUnlock()
H A Dsanitizer_stackdepot.cpp144 semaphore_.Post(); in NewWorkNotify()
169 semaphore_.Post(); in Stop()
180 semaphore_.Post(); in LockAndStop()
H A Dsanitizer_mutex.cpp45 void Semaphore::Post(u32 count) { in Post() function in __sanitizer::Semaphore
/openbsd-src/gnu/usr.bin/binutils/gdb/config/s390/
H A Ds390.mt4 # Post 5.0 tdep-files
/openbsd-src/usr.bin/file/magdir/
H A Dmisctools6 0 search/1 %%!! X-Post-It-Note text
H A Dvorbis86 # Post-RC1 Ogg files have the second header packet (and thus the version)
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A DCMakeLists.txt56 # Add a Post-Build Event to copy over Python files and create the symlink to
183 …# Add a Post-Build Event to copy the custom Python DLL to the lldb binaries dir so that Windows ca…
/openbsd-src/gnu/usr.bin/perl/pod/
H A Drofftoc3 # Post-processes roffitall output. Called from roffitall to produce
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td44 // Enable Post RegAlloc Scheduler pass. [default = 0]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Combine.td213 // Post-legalization combines which should happen at all optimization levels.
225 // Post-legalization combines which are primarily optimizations.
H A DAArch64SchedThunderX.td117 // Pre/Post Indexing
H A DAArch64SchedA53.td97 // Pre/Post Indexing - Performed as part of address generation which is already
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h122 Post, enumerator
289 runCheckersForObjCMessage(ObjCMessageVisitKind::Post, Dst, Src, msg, Eng,
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DCompositionExclusions.txt112 # (2) Post Composition Version precomposed characters
119 # are not automatically added to this list of Post Composition
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
H A DInstance.t118 qr/Post-load callbacks must be coderefs/,
119 "Post-load callbacks must be coderefs"
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp223 case ObjCMessageVisitKind::Post: in runChecker()
255 case ObjCMessageVisitKind::Post: in getObjCMessageCheckers()
/openbsd-src/share/misc/
H A Dscsi_modes177 {PER (Post Error)} t1
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeReview.rst44 Post-commit review is encouraged, and can be accomplished using any of the
82 :doc:`Phabricator`). Post-commit reviews can be done on Phabricator, by email
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-m68hc11.texi188 @item Auto Pre-Increment/Pre-Decrement/Post-Increment/Post-Decrement
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m68hc11.texi188 @item Auto Pre-Increment/Pre-Decrement/Post-Increment/Post-Decrement
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td160 def Post : BlockCommand<"post">;
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td20 def PostInc : AddrModeType<6>; // Post increment addressing mode
/openbsd-src/share/dict/
H A Dweb2a41709 Post-adamic
41710 Post-advent
41716 Post-alexandrine
41717 Post-apostolic
41718 Post-apostolical
41719 Post-aristotelian
41720 Post-armistice
41722 Post-augustan
41723 Post-augustinian
41724 Post
[all...]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp2181 llvm::StringRef Post; in VisitLambdaExpr() local
2185 Post = ")"; in VisitLambdaExpr()
2192 OS << Post; in VisitLambdaExpr()

1234