Home
last modified time | relevance | path

Searched refs:Cb (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpoly-int.h768 template<typename Ca, typename Cb, typename Cc>
770 coeffs_in_range_p (const Ca &a, const Cb &b, const Cc &c)
775 template<unsigned int N, typename Ca, typename Cb, typename Cc>
777 coeffs_in_range_p (const poly_int_pod<N, Ca> &a, const Cb &b, const Cc &c)
837 template<unsigned int N, typename Ca, typename Cb>
838 inline POLY_POLY_RESULT (N, Ca, Cb)
839 operator + (const poly_int_pod<N, Ca> &a, const poly_int_pod<N, Cb> &b)
841 typedef POLY_CAST (Ca, Cb) NCa;
842 typedef POLY_POLY_COEFF (Ca, Cb) C;
849 template<unsigned int N, typename Ca, typename Cb>
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpoly-int.h768 template<typename Ca, typename Cb, typename Cc>
770 coeffs_in_range_p (const Ca &a, const Cb &b, const Cc &c)
775 template<unsigned int N, typename Ca, typename Cb, typename Cc>
777 coeffs_in_range_p (const poly_int_pod<N, Ca> &a, const Cb &b, const Cc &c)
837 template<unsigned int N, typename Ca, typename Cb>
838 inline POLY_POLY_RESULT (N, Ca, Cb)
839 operator + (const poly_int_pod<N, Ca> &a, const poly_int_pod<N, Cb> &b)
841 typedef POLY_CAST (Ca, Cb) NCa;
842 typedef POLY_POLY_COEFF (Ca, Cb) C;
849 template<unsigned int N, typename Ca, typename Cb>
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {
258 return Eng.getNoteTags().makeNoteTag(std::move(Cb), IsPrunable);
269 *getNoteTag(std::function<std::string(PathSensitiveBugReport &)> &&Cb,
272 [Cb](BugReporterContext &,
273 PathSensitiveBugReport &BR) { return Cb(BR); },
284 const NoteTag *getNoteTag(std::function<std::string()> &&Cb,
286 return getNoteTag([Cb](BugReporterContext &,
287 PathSensitiveBugReport &) { return Cb(); },
312 std::function<void(PathSensitiveBugReport &BR, llvm::raw_ostream &OS)> &&Cb,
315 [Cb](PathSensitiveBugReport &BR) -> std::string {
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h735 const Callback Cb; variable
738 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() argument
739 : ProgramPointTag(&Kind), Cb(std::move(Cb)), IsPrunable(IsPrunable) {} in NoteTag()
748 std::string Msg = Cb(BRC, R); in generateMessage()
769 const NoteTag *makeNoteTag(Callback &&Cb, bool IsPrunable = false) {
772 std::unique_ptr<NoteTag> T(new NoteTag(std::move(Cb), IsPrunable));
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp326 CallBack Cb(Ctx); in checkEndFunction() local
328 Cb); in checkEndFunction()
330 if (Cb.V.empty()) in checkEndFunction()
346 for (const auto &P : Cb.V) { in checkEndFunction()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtestrsapss.pem3 Cb/Ie5P5GfNto2etu2L90qrewOJKZ4CQ49D8QEKzjnFJhagj/i5MNdWHeTCrDAsQ
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dd30v-opc.c408 #define Cb (Ca + 1) /* Control register. */ macro
410 #define CC (Cb + 1) /* Condition code (CMPcc and CMPUcc). */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dd30v-opc.c408 #define Cb (Ca + 1) /* Control register. */ macro
410 #define CC (Cb + 1) /* Condition code (CMPcc and CMPUcc). */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/04-test_pem_data/
H A Ddsa-threecolumn.pem272 4Cb
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem272 4Cb
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp634 VisibleCallback Vis, ConflictCallback Cb) { in setVisible() argument
671 Cb(Path, C.Other, C.Message); in setVisible()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1138 for (const auto &Cb : Callbacks) in setUmbrellaHeader() local
1139 Cb->moduleMapAddUmbrellaHeader(&SourceMgr.getFileManager(), UmbrellaHeader); in setUmbrellaHeader()
1238 for (const auto &Cb : Callbacks) in addHeader() local
1239 Cb->moduleMapAddHeader(Header.Entry->getName()); in addHeader()
3039 for (const auto &Cb : Callbacks) in parseModuleMapFile() local
3040 Cb->moduleMapFileRead(Start, *File, IsSystem); in parseModuleMapFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h705 ConflictCallback Cb = [](ArrayRef<Module *>, Module *,
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dkdc.crt101 PmBrgdmz12QZX2S8tab2OAMCq/Kzui9PvuPDNMvYAUI9Q4GdqU9ebxTRhAW28/Cb
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20208396 (stop_callback::stop_callback(const stop_token&, Cb&&))
8397 (stop_callback::stop_callback(stop_token&&, Cb&&)): Fix TOCTTOU race.
H A DChangeLog-2019649 (stop_token::_Stop_cb::_Stop_cb(Cb&&)): Use std::forward instead of