Searched refs:Cb (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/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-current/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-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h253 /// @param Cb Callback with 'BugReporterContext &, BugReport &' parameters.
257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { argument
258 return Eng.getNoteTags().makeNoteTag(std::move(Cb), IsPrunable);
264 /// @param Cb Callback only with 'BugReport &' parameter.
269 *getNoteTag(std::function<std::string(PathSensitiveBugReport &)> &&Cb, argument
272 [Cb](BugReporterContext &,
273 PathSensitiveBugReport &BR) { return Cb(BR); },
280 /// @param Cb Callback without parameters.
284 const NoteTag *getNoteTag(std::function<std::string()> &&Cb, argument
286 return getNoteTag([Cb](BugReporterContex
311 getNoteTag( std::function<void(PathSensitiveBugReport &BR, llvm::raw_ostream &OS)> &&Cb, bool IsPrunable = false) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h735 const Callback Cb; member in class:clang::ento::NoteTag
738 NoteTag(Callback &&Cb, bool IsPrunable) argument
739 : ProgramPointTag(&Kind), Cb(std::move(Cb)), IsPrunable(IsPrunable) {}
748 std::string Msg = Cb(BRC, R);
769 const NoteTag *makeNoteTag(Callback &&Cb, bool IsPrunable = false) { argument
772 std::unique_ptr<NoteTag> T(new NoteTag(std::move(Cb), IsPrunable));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp634 VisibleCallback Vis, ConflictCallback Cb) {
671 Cb(Path, C.Other, C.Message);
633 setVisible(Module *M, SourceLocation Loc, VisibleCallback Vis, ConflictCallback Cb) argument
/netbsd-current/external/gpl3/gdb.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-current/external/gpl3/gdb/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-current/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-current/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-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1138 for (const auto &Cb : Callbacks)
1139 Cb->moduleMapAddUmbrellaHeader(&SourceMgr.getFileManager(), UmbrellaHeader);
1238 for (const auto &Cb : Callbacks)
1239 Cb->moduleMapAddHeader(Header.Entry->getName());
3039 for (const auto &Cb : Callbacks)
3040 Cb->moduleMapFileRead(Start, *File, IsSystem);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h705 ConflictCallback Cb = [](ArrayRef<Module *>, Module *,

Completed in 238 milliseconds