OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Cb
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
poly-int.h
695
template<typename Ca, typename
Cb
, typename Cc>
697
coeffs_in_range_p (const Ca &a, const
Cb
&b, const Cc &c)
702
template<unsigned int N, typename Ca, typename
Cb
, typename Cc>
704
coeffs_in_range_p (const poly_int<N, Ca> &a, const
Cb
&b, const Cc &c)
764
template<unsigned int N, typename Ca, typename
Cb
>
765
inline POLY_POLY_RESULT (N, Ca,
Cb
)
766
operator + (const poly_int<N, Ca> &a, const poly_int<N,
Cb
> &b)
768
typedef POLY_CAST (Ca,
Cb
) NCa;
769
typedef POLY_POLY_COEFF (Ca,
Cb
) C;
776
template<unsigned int N, typename Ca, typename
Cb
>
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
poly-int.h
768
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
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h
253
/// @param
Cb
Callback with 'BugReporterContext &, BugReport &' parameters.
257
const NoteTag *getNoteTag(NoteTag::Callback &&
Cb
, bool IsPrunable = false) {
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
,
272
[
Cb
](BugReporterContext &,
273
PathSensitiveBugReport &BR) { return
Cb
(BR); },
280
/// @param
Cb
Callback without parameters.
284
const NoteTag *getNoteTag(std::function<std::string()> &&
Cb
,
286
return getNoteTag([
Cb
](BugReporterContext &
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/radix/
quic_tests.c
220
OP_NEW_SSL_C(
Cb
);
221
OP_SET_PEER_ADDR_FROM(
Cb
, L);
222
OP_CONNECT_WAIT(
Cb
);
240
OP_READ_EXPECT_B(
Cb
, "foo");
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
735
const Callback
Cb
;
738
NoteTag(Callback &&
Cb
, bool IsPrunable)
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) {
772
std::unique_ptr<NoteTag> T(new NoteTag(std::move(
Cb
), IsPrunable));
/src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp
634
VisibleCallback Vis, ConflictCallback
Cb
) {
671
Cb
(Path, C.Other, C.Message);
/src/external/gpl3/binutils/dist/opcodes/
d30v-opc.c
408
#define
Cb
(Ca + 1) /* Control register. */
410
#define CC (
Cb
+ 1) /* Condition code (CMPcc and CMPUcc). */
472
{ SHORT_C1, 0, { Ra,
Cb
, Fake } }, /* Ra,
Cb
(mvfsys) */
/src/external/gpl3/binutils.old/dist/opcodes/
d30v-opc.c
408
#define
Cb
(Ca + 1) /* Control register. */
410
#define CC (
Cb
+ 1) /* Condition code (CMPcc and CMPUcc). */
472
{ SHORT_C1, 0, { Ra,
Cb
, Fake } }, /* Ra,
Cb
(mvfsys) */
/src/external/gpl3/gdb/dist/opcodes/
d30v-opc.c
408
#define
Cb
(Ca + 1) /* Control register. */
410
#define CC (
Cb
+ 1) /* Condition code (CMPcc and CMPUcc). */
472
{ SHORT_C1, 0, { Ra,
Cb
, Fake } }, /* Ra,
Cb
(mvfsys) */
/src/external/gpl3/gdb.old/dist/opcodes/
d30v-opc.c
408
#define
Cb
(Ca + 1) /* Control register. */
410
#define CC (
Cb
+ 1) /* Condition code (CMPcc and CMPUcc). */
472
{ SHORT_C1, 0, { Ra,
Cb
, Fake } }, /* Ra,
Cb
(mvfsys) */
/src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp
1138
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);
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h
705
ConflictCallback
Cb
= [](ArrayRef<Module *>, Module *,
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026