Searched refs:REQUIRED (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dfix-header.c451 #define REQUIRED(FN) ((FN)->partial == &required_dummy_proto)
465 if (REQUIRED (fn))
539 if (REQUIRED (fn))
705 int need_filbuf = !SEEN (fn) && !REQUIRED (fn);
708 = flsbuf_fn && !SEEN (flsbuf_fn) && !REQUIRED (flsbuf_fn);
777 if (fn == NULL || !REQUIRED (fn))
450 #define REQUIRED macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfix-header.c443 #define REQUIRED(FN) ((FN)->partial == &required_dummy_proto)
458 if (REQUIRED (fn))
540 if (REQUIRED (fn))
674 int need_filbuf = !SEEN (fn) && !REQUIRED (fn);
677 = flsbuf_fn && !SEEN (flsbuf_fn) && !REQUIRED (flsbuf_fn);
756 if (fn == NULL || !REQUIRED (fn))
442 #define REQUIRED macro
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp4762 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4765 REQUIRED(scope, MDField, (/* AllowNull */ false)); \
4798 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4799 REQUIRED(tag, DwarfTagField, ); \
4815 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4852 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4884 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4885 REQUIRED(name, MDStringField, ); \
4886 REQUIRED(value, MDAPSIntField, ); \
4910 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp380 A.getAAFor<AAType>(QueryingAA, RVPos, DepClassTy::REQUIRED);
446 A.getAAFor<AAType>(QueryingAA, ACSArgPos, DepClassTy::REQUIRED);
484 DepClassTy::REQUIRED);
552 const AAType &AA = A.getAAFor<AAType>(*this, FnPos, DepClassTy::REQUIRED);
1797 DepClassTy::REQUIRED);
1916 A.getAAFor<AAPointerInfo>(*this, ArgPos, DepClassTy::REQUIRED);
1980 *this, IRPosition::callsite_function(*CB), DepClassTy::REQUIRED);
2024 auto &FnAA = A.getAAFor<AANoUnwind>(*this, FnPos, DepClassTy::REQUIRED);
2412 auto &FnAA = A.getAAFor<AANoSync>(*this, FnPos, DepClassTy::REQUIRED);
2435 *this, IRPosition::callsite_function(CB), DepClassTy::REQUIRED);
[all...]
H A DOpenMPOpt.cpp2270 *this, IRPosition::callsite_returned(*CB), DepClassTy::REQUIRED);
2390 *this, IRPosition::function(*getAnchorScope()), DepClassTy::REQUIRED);
2475 *this, IRPosition::function(*getAnchorScope()), DepClassTy::REQUIRED);
2532 DepClassTy::REQUIRED);
3355 *this, IRPosition::function(*F), DepClassTy::REQUIRED);
4512 IRPosition::function(*Caller), this, DepClassTy::REQUIRED);
4742 auto &FnAA = A.getAAFor<AAKernelInfo>(*this, FnPos, DepClassTy::REQUIRED);
4935 *this, IRPosition::function(*getAnchorScope()), DepClassTy::REQUIRED);
4942 DepClassTy::REQUIRED);
4995 *this, IRPosition::function(*getAnchorScope()), DepClassTy::REQUIRED);
[all...]
H A DAttributor.cpp1814 getAAFor<AAReturnedValues>(QueryingAA, QueryIRP, DepClassTy::REQUIRED);
1833 getAAFor<AAReturnedValues>(QueryingAA, QueryIRP, DepClassTy::REQUIRED);
3128 assert((DI.DepClass == DepClassTy::REQUIRED ||
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp315 *this, IRPosition::function(*Caller), DepClassTy::REQUIRED);
404 *this, this->getIRPosition(), DepClassTy::REQUIRED);
419 *this, IRPosition::function(*Callee), DepClassTy::REQUIRED);
611 *this, IRPosition::callsite_returned(Call), DepClassTy::REQUIRED);
674 *this, IRPosition::function(*Caller), DepClassTy::REQUIRED);
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y159 %token RESERVED RSN REQUIRED INCONSISTENT IE INVALID MIC FAILURE OPEN
711 | REASON RSN REQUIRED
1311 { "required", REQUIRED },
/openbsd-current/usr.sbin/npppd/npppd/
H A Dparse.y107 %token IP LCP PAP CHAP EAP MPPE CCP MSCHAPV2 STATEFUL STATELESS REQUIRED
524 | REQUIRED { $$ = NPPPD_MPPE_REQUIRED; }
1090 { "required", REQUIRED},
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp343 ECase(REQUIRED);
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h475 REQUIRED, ///< The target cannot be valid if the source is not. member in class:llvm::DepClassTy
1703 AADepGraphNode::DepTy(&AA, unsigned(DepClassTy::REQUIRED)));
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DSpec.pm241 =head2 REQUIRED FIELDS

Completed in 193 milliseconds