/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 91 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument 92 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument 98 #define DIAGOPT(Name, Bits, Default) argument 99 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 127 #define DIAGOPT(Name, Bits, Default) argument 128 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument 134 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument 135 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
|
H A D | CodeGenOptions.h | 37 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument 38 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument 42 #define CODEGENOPT(Name, Bits, Default) argument 43 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 405 #define CODEGENOPT(Name, Bits, Default) argument 406 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
|
H A D | LangOptions.h | 39 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument 40 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument 46 #define LANGOPT(Name, Bits, Default, Description) argument 47 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument 368 #define LANGOPT(Name, Bits, Default, Description) argument 369 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PackedVector.h | 30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() 37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() 56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 77 BitVectorTy Bits; variable
|
H A D | SmallBitVector.h | 199 uintptr_t Bits = getSmallBits(); in count() local 229 uintptr_t Bits = getSmallBits(); in find_first() local 239 uintptr_t Bits = getSmallBits(); in find_last() local 253 uintptr_t Bits = getSmallBits(); in find_first_unset() local 264 uintptr_t Bits = getSmallBits(); in find_last_unset() local 276 uintptr_t Bits = getSmallBits(); in find_next() local 290 uintptr_t Bits = getSmallBits(); in find_next_unset() local 311 uintptr_t Bits = getSmallBits(); in find_prev() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | LangOptions.cpp | 18 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 24 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
|
H A D | CodeGenOptions.cpp | 15 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument 16 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 36 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() 48 void ClearImpliedBits(FeatureBitset &Bits, unsigned Value, in ClearImpliedBits() 58 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() 161 FeatureBitset Bits; in getFeatures() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 543 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 545 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument 548 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 550 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument 551 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument 585 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument 586 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument 588 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_value.h | 155 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt() local 163 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_value.h | 157 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt() local 165 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_value.h | 153 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt() local 161 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 65 BitVector Bits; variable 70 LiveRange(unsigned Size, bool Set = false) : Bits(Size, Set) {} in Bits() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.cpp | 143 uint32_t Bits; in parseGenericRegister() local 154 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Interp.h | 102 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper() 135 const unsigned Bits = RHS.bitWidth() + 1; in Add() local 143 const unsigned Bits = RHS.bitWidth() + 1; in Sub() local 151 const unsigned Bits = RHS.bitWidth() * 2; in Mul() local 744 const unsigned Bits = Offset.bitWidth(); in OffsetHelper() local 846 unsigned Trunc(InterpState &S, CodePtr OpPC, unsigned Bits, const T &V) { in Trunc() 899 const unsigned Bits = LHS.bitWidth(); in Shr() local 914 const unsigned Bits = LHS.bitWidth(); in Shl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 222 uint16_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local 227 uint32_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 497 BasicBlockBits Bits = getBasicBlockBits(); in invalidateOrders() local 560 BasicBlockBits Bits = getBasicBlockBits(); in AdjustBlockAddressRefCount() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.cpp | 70 int Bits = 0; in appendParameterType() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | operations.d | 1542 struct Bits struct 1551 Bits bits; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/ |
H A D | MSP430Disassembler.cpp | 111 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address, in DecodeCGImm() 128 static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits, in DecodeMemOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBasicBlockInfo.h | 79 unsigned Bits = Unalign ? Unalign : KnownBits; in internalKnownBits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | X86TargetParser.cpp | 30 uint32_t Bits[NUM_FEATURE_WORDS] = {}; member in __anon330394410111::FeatureBitset 597 FeatureBitset Bits = I->Features; in getFeaturesForCPU() local 610 static void getImpliedEnabledFeatures(FeatureBitset &Bits, in getImpliedEnabledFeatures() 627 static void getImpliedDisabledFeatures(FeatureBitset &Bits, unsigned Value) { in getImpliedDisabledFeatures()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Linkage.h | 66 unsigned Bits = 0; in toBits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 71 int64_t Bits; in fullValue() local 742 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in s32_0ImmDecoder() local 752 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in brtargetDecoder() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEMCCodeEmitter.cpp | 93 uint64_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
|