Home
last modified time | relevance | path

Searched refs:Behavior (Results 1 – 25 of 96) sorted by relevance

1234

/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-2201 * --7bit: Options Affecting Scanner Behavior.
203 * --8bit: Options Affecting Scanner Behavior.
207 * --always-interactive: Options Affecting Scanner Behavior.
212 * --batch: Options Affecting Scanner Behavior.
220 * --case-insensitive: Options Affecting Scanner Behavior.
223 * --default: Options Affecting Scanner Behavior.
235 * --interactive: Options Affecting Scanner Behavior.
237 * --lex-compat: Options Affecting Scanner Behavior.
243 * --never-interactive: Options Affecting Scanner Behavior.
260 * --posix: Options Affecting Scanner Behavior.
[all …]
H A Dflex.info78 Node: Options Affecting Scanner Behavior80547
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp277 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) { in isValidModFlagBehavior() local
278 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior()
348 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument
352 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Behavior)), in addModuleFlag()
356 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument
358 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val)); in addModuleFlag()
360 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument
363 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in addModuleFlag()
374 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() argument
388 addModuleFlag(Behavior, Key, Val); in setModuleFlag()
H A DCore.cpp304 LLVMModuleFlagBehavior Behavior; member
311 map_to_llvmModFlagBehavior(LLVMModuleFlagBehavior Behavior) { in map_to_llvmModFlagBehavior() argument
312 switch (Behavior) { in map_to_llvmModFlagBehavior()
330 map_from_llvmModFlagBehavior(Module::ModFlagBehavior Behavior) { in map_from_llvmModFlagBehavior() argument
331 switch (Behavior) { in map_from_llvmModFlagBehavior()
357 Result[i].Behavior = map_from_llvmModFlagBehavior(ModuleFlag.Behavior); in LLVMCopyModuleFlagsMetadata()
375 return MFE.Behavior; in LLVMModuleFlagEntriesGetFlagBehavior()
398 void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, in LLVMAddModuleFlag() argument
401 unwrap(M)->addModuleFlag(map_to_llvmModFlagBehavior(Behavior), in LLVMAddModuleFlag()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-sermersheim-ldap-chaining-xx.txt9 LDAP Control to Specify Chaining Behavior
58 LDAP Control to Specify Chaining Behavior
99 resolveBehavior Behavior OPTIONAL,
100 continuationBehavior Behavior OPTIONAL }
102 Behavior :: = ENUMERATED {
116 LDAP Control to Specify Chaining Behavior
124 Behavior specifies whether the DSA should chain the operation or
174 LDAP Control to Specify Chaining Behavior
232 LDAP Control to Specify Chaining Behavior
250 IANA-ASSIGNED-OID.1 Chaining Behavior Request Control
[all …]
/netbsd-src/tests/usr.bin/c++/
H A Dubsan_common.subr56 atf_set 'descr' 'Test Undefined Behavior for $2'
62 atf_set 'descr' 'Test Undefined Behavior for $2 with profiling option'
68 atf_set 'descr' 'Test Undefined Behavior for $2 with position independent code (PIC) flag'
74 atf_set 'descr' 'Test Undefined Behavior for $2 with position independent execution (PIE) flag'
80 atf_set 'descr' 'Test Undefined Behavior for $2 in NetBSD_32 emulation'
/netbsd-src/tests/usr.bin/cc/
H A Dubsan_common.subr56 atf_set 'descr' 'Test Undefined Behavior for $2'
62 atf_set 'descr' 'Test Undefined Behavior for $2 with profiling option'
68 atf_set 'descr' 'Test Undefined Behavior for $2 with position independent code (PIC) flag'
74 atf_set 'descr' 'Test Undefined Behavior for $2 with position independent execution (PIE) flag'
80 atf_set 'descr' 'Test Undefined Behavior for $2 in NetBSD_32 emulation'
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h166 ModFlagBehavior Behavior; member
171 : Behavior(B), Key(K), Val(V) {} in ModuleFlagEntry()
507 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
508 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
509 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
512 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DVisibilityMacros.rst36 **Windows Behavior**: Any symbol marked `dllimport` cannot be overridden
105 **GCC Behavior**: GCC does not support Clang's `type_visibility(...)`
109 **Windows Behavior**: DLLs do not support dllimport/export on class templates.
117 **Windows Behavior**: DLLs do not support importing or exporting enumeration
120 **GCC Behavior**: GCC un-hides the typeinfo for enumerations by default, even
134 **Windows Behavior**: `extern template` and `dllexport` are fundamentally
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dimplement-cxx.texi6 @chapter C++ Implementation-Defined Behavior
34 @section Conditionally-Supported Behavior
H A Dimplement-c.texi6 @chapter C Implementation-Defined Behavior
742 @section Locale-Specific Behavior
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dimplement-cxx.texi6 @chapter C++ Implementation-Defined Behavior
34 @section Conditionally-Supported Behavior
H A Dimplement-c.texi6 @chapter C Implementation-Defined Behavior
742 @section Locale-Specific Behavior
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__bits99 return 32; // Undefined Behavior.
121 return 64; // Undefined Behavior.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp549 switch (Result.Behavior) { in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2223 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
2227 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
2231 Result.Behavior = IEB_Dependent; in ParseMicrosoftIfExistsCondition()
2252 switch (Result.Behavior) { in ParseMicrosoftIfExistsExternalDeclaration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1239 FunctionModRefBehavior Behavior = AA->getModRefBehavior(CI); in canSinkOrHoistInst() local
1240 if (Behavior == FMRB_DoesNotAccessMemory) in canSinkOrHoistInst()
1242 if (AAResults::onlyReadsMemory(Behavior)) { in canSinkOrHoistInst()
1246 if (AAResults::onlyAccessesArgPointees(Behavior)) { in canSinkOrHoistInst()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUndefinedBehaviorSanitizer.rst361 `What Every C Programmer Should Know About Undefined Behavior
364 `A Guide to Undefined Behavior in C and C++
H A DReleaseNotes.rst266 Undefined Behavior Sanitizer (UBSan)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsanitizer.def410 /* Undefined Behavior Sanitizer */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1239 ConstantInt *Behavior = mdconst::extract<ConstantInt>(Op->getOperand(0)); in linkModuleFlagsMetadata() local
1242 if (Behavior->getZExtValue() == Module::Require) { in linkModuleFlagsMetadata()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dlang.opt228 -fcheckaction=[throw,halt,context] Behavior on contract failure.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsanitizer.def492 /* Undefined Behavior Sanitizer */
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dstandards.info46 * Program Behavior:: Program behavior for all programs
246 File: standards.info, Node: Design Advice, Next: Program Behavior, Prev: Legal Issues, Up: Top
490 File: standards.info, Node: Program Behavior, Next: Writing C, Prev: Design Advice, Up: Top
492 4 Program Behavior for All Programs
516 File: standards.info, Node: Non-GNU Standards, Next: Semantics, Up: Program Behavior
563 …standards.info, Node: Semantics, Next: Libraries, Prev: Non-GNU Standards, Up: Program Behavior
666 File: standards.info, Node: Libraries, Next: Errors, Prev: Semantics, Up: Program Behavior
668 4.3 Library Behavior
697 File: standards.info, Node: Errors, Next: User Interfaces, Prev: Libraries, Up: Program Behavior
764 …rds.info, Node: User Interfaces, Next: Graphical Interfaces, Prev: Errors, Up: Program Behavior
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DTypeMetadata.rst267 - Behavior

1234