OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCS
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-modes.def
63
Add
CCS
to indicate that only the Sign flag is valid.
74
CC_MODE (
CCS
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp
565
if (CodeCompletionString *
CCS
= Results[I].CreateCodeCompletionString(
568
OS << " : " <<
CCS
->getAsString();
569
if (const char *BriefComment =
CCS
->getBriefComment())
580
if (CodeCompletionString *
CCS
= Results[I].CreateCodeCompletionString(
583
OS << " : " <<
CCS
->getAsString();
617
static std::string getOverloadAsString(const CodeCompletionString &
CCS
) {
621
for (auto &C :
CCS
) {
652
if (CodeCompletionString *
CCS
= Candidates[I].CreateSignatureString(
655
OS << "OVERLOAD: " << getOverloadAsString(*
CCS
) << "\n";
SemaCodeComplete.cpp
2021
auto *
CCS
= CCR.createCodeCompletionStringForOverride(
2024
Results.AddResult(CodeCompletionResult(
CCS
, Method, CCP_CodePattern));
3375
static void printOverrideString(const CodeCompletionString &
CCS
,
3379
for (auto &Chunk :
CCS
) {
3399
auto *
CCS
= createCodeCompletionStringForDecl(PP, Ctx, Result,
3405
printOverrideString(*
CCS
, BeforeName, NameAndSignature);
/src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-modes.def
51
CCS
: EQ LT GT UNORDERED (LTGFR, LTGR, LTR, ICM/Y,
95
CCS
, CCU, CCT, CCSR, CCUR -> CCZ
144
around. The following both modes can be considered as
CCS
and CCU modes with
237
CC_MODE (
CCS
);
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-modes.def
65
Add
CCS
to indicate that only the Sign flag is valid.
76
CC_MODE (
CCS
);
/src/external/gpl3/gcc/dist/gcc/config/s390/
s390-modes.def
51
CCS
: EQ LT GT UNORDERED (LTGFR, LTGR, LTR, ICM/Y,
95
CCS
, CCU, CCT, CCSR, CCUR -> CCZ
144
around. The following both modes can be considered as
CCS
and CCU modes with
237
CC_MODE (
CCS
);
/src/external/lgpl3/mpc/dist/tests/
tgeneric.c
402
function->pointer.
CCS
(rop4, op1, op2, rnd);
403
function->pointer.
CCS
(rop, op1, op2, rnd);
797
function->pointer.
CCS
(expected, z, lo, MPC_RNDNN);
798
function->pointer.
CCS
(got, got, lo, MPC_RNDNN);
951
case CCI: case
CCS
:
1155
case
CCS
:
1342
case
CCS
:
1404
case CCI: case
CCS
:
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
1946
CachedShadow &
CCS
= CachedShadows[Key];
1947
if (
CCS
.Block && DT.dominates(
CCS
.Block, Pos->getParent()))
1948
return
CCS
.Shadow;
1956
CCS
.Block = Pos->getParent();
1957
CCS
.Shadow = IRB.CreateOr(PV1, PV2);
1964
CCS
.Block = Pos->getParent();
1965
CCS
.Shadow = Call;
1983
CCS
.Block = Tail;
1984
CCS
.Shadow = Phi
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp
2154
for (auto &
CCS
: S.second.ConstCSInfo)
2155
for (auto FS :
CCS
.second.SummaryTypeCheckedLoadUsers)
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026