| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 281 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) { in isValidModFlagBehavior() local 282 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() 352 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 356 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Behavior)), in addModuleFlag() 360 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 362 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val)); in addModuleFlag() 364 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 367 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in addModuleFlag() 378 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() argument 392 addModuleFlag(Behavior, Key, Val); in setModuleFlag()
|
| H A D | Core.cpp | 304 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()
|
| H A D | AutoUpgrade.cpp | 4231 if (auto *Behavior = in UpgradeModuleFlags() local 4233 if (Behavior->getLimitedValue() == Module::Error) { in UpgradeModuleFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 166 ModFlagBehavior Behavior; member 171 : Behavior(B), Key(K), Val(V) {} in ModuleFlagEntry() 510 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val); 511 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val); 512 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val); 515 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __bits | 99 return 32; // Undefined Behavior. 121 return 64; // Undefined Behavior.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 549 switch (Result.Behavior) { in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | Parser.cpp | 2226 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 2230 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 2234 Result.Behavior = IEB_Dependent; in ParseMicrosoftIfExistsCondition() 2255 switch (Result.Behavior) { in ParseMicrosoftIfExistsExternalDeclaration()
|
| H A D | ParseStmt.cpp | 2519 if (Result.Behavior == IEB_Dependent) { in ParseMicrosoftIfExistsStatement() 2545 switch (Result.Behavior) { in ParseMicrosoftIfExistsStatement()
|
| H A D | ParseDeclCXX.cpp | 4657 switch (Result.Behavior) { in ParseMicrosoftIfExistsClassDeclaration()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1267 FunctionModRefBehavior Behavior = AA->getModRefBehavior(CI); in canSinkOrHoistInst() local 1268 if (Behavior == FMRB_DoesNotAccessMemory) in canSinkOrHoistInst() 1270 if (AAResults::onlyReadsMemory(Behavior)) { in canSinkOrHoistInst() 1274 if (AAResults::onlyAccessesArgPointees(Behavior)) { in canSinkOrHoistInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1244 ConstantInt *Behavior = mdconst::extract<ConstantInt>(Op->getOperand(0)); in linkModuleFlagsMetadata() local 1247 if (Behavior->getZExtValue() == Module::Require) { in linkModuleFlagsMetadata()
|
| /freebsd-13.1/sys/arm64/conf/ |
| H A D | GENERIC | 94 #options KUBSAN # Kernel Undefined Behavior Sanitizer
|
| /freebsd-13.1/sys/amd64/conf/ |
| H A D | GENERIC | 99 #options KUBSAN # Kernel Undefined Behavior Sanitizer
|
| /freebsd-13.1/share/i18n/csmapper/APPLE/ |
| H A D | FARSI%UCS.src | 133 # 3. Behavior of ASCII-range numbers in WorldScript
|
| H A D | UCS%ARABIC.src | 153 # 3. Behavior of ASCII-range numbers in WorldScript
|
| H A D | UCS%FARSI.src | 133 # 3. Behavior of ASCII-range numbers in WorldScript
|
| H A D | ARABIC%UCS.src | 153 # 3. Behavior of ASCII-range numbers in WorldScript
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | README-Travis.md | 32 …g and GCC, for a total of four builds. The first sanitizer is Undefined Behavior sanitizer (UBsan)…
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 298 BENIGN_ENUM_LANGOPT(FPExceptionMode, FPExceptionModeKind, 2, FPE_Ignore, "FP Exception Behavior Mod…
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | README.BTYACC | 88 text position stack. Behavior of the text position stack
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 821 void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 80 if (MFE.Behavior == Module::Require) in GetObjCImageInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2126 IfExistsBehavior Behavior; member
|
| /freebsd-13.1/sys/dev/usb/ |
| H A D | usbdevs | 136 vendor BTC 0x046e Behavior Tech. Computer 1433 /* Behavior Technology Computer products */
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 1391 | Parameter Generator | Behavior |
|