| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 565 if (CodeCompletionString *CCS = Results[I].CreateCodeCompletionString( in ProcessCodeCompleteResults() local 568 OS << " : " << CCS->getAsString(); in ProcessCodeCompleteResults() 569 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() 580 if (CodeCompletionString *CCS = Results[I].CreateCodeCompletionString( in ProcessCodeCompleteResults() local 583 OS << " : " << CCS->getAsString(); in ProcessCodeCompleteResults() 617 static std::string getOverloadAsString(const CodeCompletionString &CCS) { in getOverloadAsString() argument 621 for (auto &C : CCS) { in getOverloadAsString() 652 if (CodeCompletionString *CCS = Candidates[I].CreateSignatureString( in ProcessOverloadCandidates() local 655 OS << "OVERLOAD: " << getOverloadAsString(*CCS) << "\n"; in ProcessOverloadCandidates()
|
| H A D | SemaCodeComplete.cpp | 2021 auto *CCS = CCR.createCodeCompletionStringForOverride( in AddOverrideResults() local 2024 Results.AddResult(CodeCompletionResult(CCS, Method, CCP_CodePattern)); in AddOverrideResults() 3375 static void printOverrideString(const CodeCompletionString &CCS, in printOverrideString() argument 3379 for (auto &Chunk : CCS) { in printOverrideString() 3399 auto *CCS = createCodeCompletionStringForDecl(PP, Ctx, Result, in createCodeCompletionStringForOverride() local 3405 printOverrideString(*CCS, BeforeName, NameAndSignature); in createCodeCompletionStringForOverride()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | rfe.ms | 4 ; Check that RFE affects CCS the right way. 12 ; CCS:
|
| H A D | sfe.ms | 4 ; Check that SFE affects CCS the right way. 12 ; CCS:
|
| H A D | rfn.ms | 4 ; Check that RFN affects CCS the right way. 12 ; CCS:
|
| /netbsd-src/external/lgpl3/mpc/dist/tests/ |
| H A D | tgeneric.c | 402 function->pointer.CCS (rop4, op1, op2, rnd); in tgeneric_ccs() 403 function->pointer.CCS (rop, op1, op2, rnd); in tgeneric_ccs() 797 function->pointer.CCS (expected, z, lo, MPC_RNDNN); in reuse_ccs() 798 function->pointer.CCS (got, got, lo, MPC_RNDNN); in reuse_ccs() 951 case CCI: case CCS: in tgeneric() 1155 case CCS: in tgeneric() 1342 case CCS: in tgeneric() 1404 case CCI: case CCS: in tgeneric()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390-modes.def | 48 CCS: EQ LT GT UNORDERED (LTGFR, LTGR, LTR, ICM/Y, 92 CCS, CCU, CCT, CCSR, CCUR -> CCZ 141 around. The following both modes can be considered as CCS and CCU modes with 234 CC_MODE (CCS);
|
| H A D | s390.md | 981 [(set (reg:CCS CC_REGNUM) 982 (compare:CCS (match_dup 2) (match_dup 1))) 9580 (set (reg:CCS CC_REGNUM) (compare:CCS (match_dup 4) (subreg:DI (match_dup 2) 8))) 9582 (set (pc) (if_then_else (match_op_dup 5 [(reg:CCS CC_REGNUM) (const_int 0)]) 9623 (set (reg:CCS CC_REGNUM) (compare:CCS (match_dup 4) (subreg:SI (match_dup 2) 12))) 9625 (set (pc) (if_then_else (match_op_dup 5 [(reg:CCS CC_REGNUM) (const_int 0)]) 9666 (set (reg:CCS CC_REGNUM) (compare:CCS (match_dup 4) (subreg:SI (match_dup 2) 4))) 9668 (set (pc) (if_then_else (match_op_dup 5 [(reg:CCS CC_REGNUM) (const_int 0)])
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | 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);
|
| H A D | s390.md | 1014 [(set (reg:CCS CC_REGNUM) 1015 (compare:CCS (match_dup 2) (match_dup 1))) 9681 (set (reg:CCS CC_REGNUM) (compare:CCS (match_dup 4) (subreg:DI (match_dup 2) 8))) 9683 (set (pc) (if_then_else (match_op_dup 5 [(reg:CCS CC_REGNUM) (const_int 0)]) 9724 (set (reg:CCS CC_REGNUM) (compare:CCS (match_dup 4) (subreg:SI (match_dup 2) 12))) 9726 (set (pc) (if_then_else (match_op_dup 5 [(reg:CCS CC_REGNUM) (const_int 0)]) 9767 (set (reg:CCS CC_REGNUM) (compare:CCS (match_dup 4) (subreg:SI (match_dup 2) 4))) 9769 (set (pc) (if_then_else (match_op_dup 5 [(reg:CCS CC_REGNUM) (const_int 0)])
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-modes.def | 63 Add CCS to indicate that only the Sign flag is valid. 74 CC_MODE (CCS);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-modes.def | 62 Add CCS to indicate that only the Sign flag is valid. 73 CC_MODE (CCS);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1946 CachedShadow &CCS = CachedShadows[Key]; in combineShadows() local 1947 if (CCS.Block && DT.dominates(CCS.Block, Pos->getParent())) in combineShadows() 1948 return CCS.Shadow; in combineShadows() 1956 CCS.Block = Pos->getParent(); in combineShadows() 1957 CCS.Shadow = IRB.CreateOr(PV1, PV2); in combineShadows() 1964 CCS.Block = Pos->getParent(); in combineShadows() 1965 CCS.Shadow = Call; in combineShadows() 1983 CCS.Block = Tail; in combineShadows() 1984 CCS.Shadow = Phi; in combineShadows() 1998 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set_options.pod | 222 If set then dummy Change Cipher Spec (CCS) messages are sent in TLSv1.3. This 225 this option is set or not CCS messages received from the peer will always be
|
| H A D | SSL_CONF_cmd.pod | 483 B<MiddleboxCompat>: If set then dummy Change Cipher Spec (CCS) messages are sent
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set_options.pod | 180 If set then dummy Change Cipher Spec (CCS) messages are sent in TLSv1.3. This 183 this option is set or not CCS messages received from the peer will always be
|
| H A D | SSL_CONF_cmd.pod | 508 B<MiddleboxCompat>: If set then dummy Change Cipher Spec (CCS) messages are sent
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 2154 for (auto &CCS : S.second.ConstCSInfo) in run() local 2155 for (auto FS : CCS.second.SummaryTypeCheckedLoadUsers) in run()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/cris/ |
| H A D | ChangeLog-2021 | 957 * crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2014 | 1603 CCS syntax compatibility mode is on or off. 1614 (md_pseudo_table): Added new CCS directives.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2014 | 1603 CCS syntax compatibility mode is on or off. 1614 (md_pseudo_table): Added new CCS directives.
|
| /netbsd-src/external/gpl2/lvm2/dist/ |
| H A D | configure.in | 424 PKG_CHECK_MODULES(CCS, libccs, [HAVE_CCS=yes],
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/ |
| H A D | dig.batch | 345 NICOSIA.CCS.UCY.AC.CY. IN A
|
| H A D | knowngood.dig.out | 357 NICOSIA.CCS.UCY.AC.CY. 604800 IN A 194.42.6.97
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | cris.cpu | 642 (CCS 13) 667 (CCS 13) 3915 ; Keeping U, S and I in user mode is handled by the CCS setter, so we
|