OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Require
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
Annotations.cpp
19
static void
require
(bool Assertion, const char *Msg, llvm::StringRef Code) {
function
27
auto
Require
= [Text](bool Assertion, const char *Msg) {
28
require
(Assertion, Msg, Text);
45
Require
(!Name, "$name should be followed by ^ or [[");
47
Require
(!OpenRanges.empty(), "unmatched ]]");
64
Require
(!Name, "unterminated $name");
65
Require
(OpenRanges.empty(), "unmatched [[");
70
require
(I != Points.end() && I->getValue().size() == 1,
84
require
(I != Ranges.end() && I->getValue().size() == 1,
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIModeRegister.cpp
82
Status
Require
;
181
// It is possible (though unlikely) for an instruction to
require
a change to
220
// - on exit we have set the
Require
, Change, and initial Exit modes.
286
NewInfo->
Require
= NewInfo->Change;
310
NewInfo->
Require
= NewInfo->Change;
394
if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->
Require
)) {
396
BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->
Require
);
/src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
04-client_auth.conf
7
test-2 = 2-client-auth-flex-
require
-fail
8
test-3 = 3-client-auth-flex-
require
9
test-4 = 4-client-auth-flex-
require
-non-empty-names
13
test-8 = 8-client-auth-TLSv1-
require
-fail
14
test-9 = 9-client-auth-TLSv1-
require
15
test-10 = 10-client-auth-TLSv1-
require
-non-empty-names
19
test-14 = 14-client-auth-TLSv1.1-
require
-fail
20
test-15 = 15-client-auth-TLSv1.1-
require
21
test-16 = 16-client-auth-TLSv1.1-
require
-non-empty-names
25
test-20 = 20-client-auth-TLSv1.2-
require
-fai
[
all
...]
26-tls13_client_auth.conf
7
test-2 = 2-client-auth-TLSv1.3-
require
-fail
8
test-3 = 3-client-auth-TLSv1.3-
require
9
test-4 = 4-client-auth-TLSv1.3-
require
-non-empty-names
12
test-7 = 7-client-auth-TLSv1.3-
require
-fail-post-handshake
13
test-8 = 8-client-auth-TLSv1.3-
require
-post-handshake
14
test-9 = 9-client-auth-TLSv1.3-
require
-non-empty-names-post-handshake
76
[2-client-auth-TLSv1.3-
require
-fail]
77
ssl_conf = 2-client-auth-TLSv1.3-
require
-fail-ssl
79
[2-client-auth-TLSv1.3-
require
-fail-ssl]
80
server = 2-client-auth-TLSv1.3-
require
-fail-serve
[
all
...]
18-dtls-renegotiate.conf
8
test-3 = 3-renegotiate-client-auth-
require
98
[3-renegotiate-client-auth-
require
]
99
ssl_conf = 3-renegotiate-client-auth-
require
-ssl
101
[3-renegotiate-client-auth-
require
-ssl]
102
server = 3-renegotiate-client-auth-
require
-server
103
client = 3-renegotiate-client-auth-
require
-client
105
[3-renegotiate-client-auth-
require
-server]
110
VerifyMode =
Require
112
[3-renegotiate-client-auth-
require
-client]
20-cert-select.conf
1061
VerifyMode =
Require
1092
VerifyMode =
Require
1551
VerifyMode =
Require
1588
VerifyMode =
Require
1624
VerifyMode =
Require
1658
VerifyMode =
Require
1689
VerifyMode =
Require
17-renegotiate.conf
9
test-4 = 4-renegotiate-client-auth-
require
131
[4-renegotiate-client-auth-
require
]
132
ssl_conf = 4-renegotiate-client-auth-
require
-ssl
134
[4-renegotiate-client-auth-
require
-ssl]
135
server = 4-renegotiate-client-auth-
require
-server
136
client = 4-renegotiate-client-auth-
require
-client
138
[4-renegotiate-client-auth-
require
-server]
145
VerifyMode =
Require
147
[4-renegotiate-client-auth-
require
-client]
/src/crypto/external/apache2/openssl/dist/test/
pkits-test.pl
351
[ "4.9", "
Require
Explicit Policy" ],
833
if (/^
Require
explicit Policy: (.*)$/) {
/src/crypto/external/bsd/openssl/dist/test/
pkits-test.pl
351
[ "4.9", "
Require
Explicit Policy" ],
833
if (/^
Require
explicit Policy: (.*)$/) {
/src/crypto/external/bsd/openssl.old/dist/test/
pkits-test.pl
351
[ "4.9", "
Require
Explicit Policy" ],
833
if (/^
Require
explicit Policy: (.*)$/) {
/src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp
1242
if (Behavior->getZExtValue() == Module::
Require
) {
1262
if (SrcBehaviorValue == Module::
Require
) {
1360
case Module::
Require
:
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h
133
Require
= 3,
/src/external/gpl3/autoconf/dist/
maint.mk
176
# prohibit |
require
223
export
require
=
macro
246
test -n "$$prohibit" && test -n "$$
require
" \
247
&& { msg='Cannot specify both prohibit and
require
' \
249
test -z "$$prohibit" && test -z "$$
require
" \
250
&& { msg='Should specify either prohibit or
require
' \
285
grep $$with_grep_options $(_ignore_case) -LE "$$
require
" $$files \
398
@
require
='^# *include $(config_h_header)' \
679
@
require
='set_program_name *\(m?argv\[0\]\);' \
688
@
require
='bindtextdomain *\('
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
78
// Ignore flags with '
Require
' behaviour.
79
if (MFE.Behavior == Module::
Require
)
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml
340
|
Require
llvm.mli
377
|
Require
/src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp
318
return Module::ModFlagBehavior::
Require
;
336
case Module::ModFlagBehavior::
Require
:
Verifier.cpp
1573
case Module::
Require
: {
1578
"invalid value for '
require
' module flag (expected metadata pair)",
1581
("invalid value for '
require
' module flag "
1593
// These behavior types
require
the operand be an MDNode.
1603
if (MFB != Module::
Require
) {
1606
"module flag identifiers must be unique (or of '
require
' type)", ID);
4104
// pads that unwind somewhere else. We don't *
require
*
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
567
//
Require
various optimization to respect semantic interposition.
600
getModule().addModuleFlag(llvm::Module::
Require
,
1676
/// Determines whether the language options
require
us to model
1851
// Some C++ ABIs
require
2-byte alignment for member functions, in order to
CGObjCMac.cpp
5191
//
Require
that GC be specified and set to eImageInfo_GarbageCollected.
5196
Mod.addModuleFlag(llvm::Module::
Require
, "Objective-C GC Only",
6620
// fields that
require
destruction but which don't
require
/src/external/bsd/openldap/dist/
configure
10397
# All known linkers
require
a '.a' archive for static linking (except MSVC,
23677
/*
Require
2.1.15+ */
Completed in 103 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026