/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 473 uint8_t *boxed; in dnscrypt_server_curve() local 487 boxed = buf + DNSCRYPT_REPLY_BOX_OFFSET; in dnscrypt_server_curve() 488 memmove(boxed + crypto_box_MACBYTES, buf, len); in dnscrypt_server_curve() 489 len = dnscrypt_pad(boxed + crypto_box_MACBYTES, len, in dnscrypt_server_curve() 502 (boxed, boxed + crypto_box_MACBYTES, len, nonce, nmkey) != 0) { in dnscrypt_server_curve() 510 (boxed, boxed + crypto_box_MACBYTES, len, nonce, nmkey) != 0) { in dnscrypt_server_curve()
|
/freebsd/usr.bin/indent/ |
H A D | pr_comment.c | 93 * a boxed comment or some other in pr_comment() 109 * after the /+* is assumed to be a boxed in pr_comment() 229 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment, in pr_comment()
|
H A D | indent_globs.h | 246 int box_com; /* set to true when we are in a "boxed" 250 * of a boxed comment after the first one */
|
H A D | indent.c | 346 * indentation of a boxed comment. in main()
|
/freebsd/share/doc/usd/18.msdiffs/ |
H A D | ms.diffs | 58 minor difficulties with boxed text,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVInstructions.h | 331 /// RISC-V spec: The upper bits of a valid NaN-boxed value must be all 1s.
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 768 // Only integer and floating literals, otherwise try to rewrite to boxed in rewriteToNumberLiteral() 835 // Try with boxed expression if it came from a macro. in rewriteToNumberLiteral() 842 // But try with boxed expression. in rewriteToNumberLiteral()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 224 /// NSArray (@[]) and Boxed Expressions (@()) 540 // The boxed expression can be emitted as a compile time constant if it is in BuildObjCBoxedExpr() 942 Expr *Boxed = BE->getSubExpr(); in CheckObjCDictionaryLiteralDuplicateKeys() local 946 if (auto *Str = dyn_cast<StringLiteral>(Boxed->IgnoreParenImpCasts())) { in CheckObjCDictionaryLiteralDuplicateKeys() 952 if (Boxed->EvaluateAsInt(Result, S.getASTContext(), in CheckObjCDictionaryLiteralDuplicateKeys()
|
H A D | TreeTransform.h | 3659 /// Build a new Objective-C boxed expression. 3731 /// \brief Build a new Objective-C boxed expression.
|
H A D | SemaExpr.cpp | 14480 // can return non-pointer values boxed in a pointer value. in checkObjCPointerIntrospection()
|
/freebsd/contrib/mandoc/ |
H A D | tbl_term.c | 214 /* Horizontal frame at the start of boxed tables. */ in term_tbl()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | fsl.yaml | 1161 is needed. MBa8MPxL mainboard can be used as starterkit or in a boxed
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2903 // Objective-C boxed expression in ParseObjCAtExpression() 3470 // a boxed expression from a literal. in ParseObjCBoxedExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 1251 "string is ill-formed as UTF-8 and will become a null %0 when boxed">, 3417 "illegal type %0 used in a boxed expression">; 3419 "non-trivially copyable type %0 cannot be used in a boxed expression">; 3421 "incomplete type %0 used in a boxed expression">; 3424 "%select{array literals|dictionary literals|numeric literals|boxed expressions|" 3442 "a numeric literal|a boxed expression|}0 has undefined behavior">, 6723 …"assigning %select{array literal|dictionary literal|numeric literal|boxed expression|<should not h…
|
H A D | AttrDocs.td | 1523 with the Objective-C boxed expression syntax, ``@(...)``. 1542 NSValue *boxed = @(ss);
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 2204 "this boxed expression can't be emitted as a compile-time constant"); in VisitObjCBoxedExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 2034 // Escape pointers passed into the list, unless it's an ObjC boxed in Visit()
|
/freebsd/share/dict/ |
H A D | web2a | 71691 well-boxed
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 11514 - time boxed stepping of sys_poll (avoid quick sys_poll overshoot) [all...] |