| /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| test_config.cc | 23 struct Flag { 24 const char *flag; member in struct:__anon2254::Flag 28 // FindField looks for the flag in |flags| that matches |flag|. If one is found, 32 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) { 34 if (strcmp(flag, flags[i].flag) == 0) { 41 const Flag<bool> kBoolFlags[] = { 89 const Flag<std::string> kStringFlags[] = [all...] |
| /src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| ListWarnings.cpp | 31 llvm::StringRef Flag; 33 Entry(llvm::StringRef diagN, llvm::StringRef flag) 34 : DiagName(diagN), Flag(flag) {} 43 if (!E.Flag.empty()) 44 out << " [-W" << E.Flag << "]"; 64 if (entry.Flag.empty()) 68 flagHistogram[entry.Flag].push_back(diagID); 90 out << " Average number of diagnostics per flag: "
|
| ShowEnabledWarnings.cpp | 28 StringRef Flag; 31 PrettyDiag(StringRef name, StringRef flag, DiagnosticsEngine::Level level) 32 : Name(name), Flag(flag), Level(level) {} 88 // First check our one flag (--levels). 139 if (!PD.Flag.empty()) 140 Out << " [-W" << PD.Flag << "]";
|
| /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| Marshallers.cpp | 125 getRegexFlag(llvm::StringRef Flag) { 127 if (Flag == StringFlag.first) 134 getCloseRegexMatch(llvm::StringRef Flag) { 136 if (Flag.edit_distance(StringFlag.first) < 3) 145 llvm::Optional<llvm::Regex::RegexFlags> Flag; 151 Flag = Flag.getValueOr(llvm::Regex::NoFlags) | *NextFlag; 155 return Flag; 165 for (llvm::StringRef &Flag : Split) { 167 getCloseRegexMatch(Flag.trim()) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_flag_parser.h | 102 struct Flag {
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| Mangler.cpp | 41 // mangle" flag in the name. 220 std::string Flag; 221 raw_string_ostream FlagOS(Flag); 224 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) 225 OS << Flag.substr(1); 227 OS << Flag;
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCPseudoProbe.cpp | 39 // Emit Type and the flag: 41 // Flag (bit 7, 0 - code address, 1 - address delta). This indicates whether 47 uint8_t Flag = LastProbe ? ((int8_t)MCPseudoProbeFlag::AddressDelta << 7) : 0; 48 MCOS->emitInt8(Flag | PackedType);
|
| MCWin64EH.cpp | 863 int Flag = 0x01; // Function segments not supported yet 865 info->PackedInfo |= Flag << 0;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| BPFPreserveDIType.cpp | 73 const ConstantInt *Flag = dyn_cast<ConstantInt>(Call->getArgOperand(1)); 74 assert(Flag); 75 uint64_t FlagValue = Flag->getValue().getZExtValue(); 78 report_fatal_error("Incorrect flag for llvm.bpf.btf.type.id intrinsic");
|
| BPFISelLowering.cpp | 450 // flag operands which copy the outgoing args into registers. The InFlag in 470 // Returns a chain & a flag for retval copy to use. 522 SDValue Flag; 530 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), OutVals[i], Flag); 534 Flag = Chain.getValue(1); 540 // Add the flag if we have it. 541 if (Flag.getNode()) 542 RetOps.push_back(Flag); 702 // The EarlyClobber flag has the semantic property that the operand it is 704 // must be unique among the operands to the instruction. The Define flag i [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86FrameLowering.cpp | 211 MachineInstr::MIFlag Flag = 246 .setMIFlag(Flag); 263 .setMIFlag(Flag); 272 .setMIFlag(Flag); 302 .setMIFlag(Flag); 309 .setMIFlag(Flag); 1029 // Apply the frame setup flag to all inserted instrs. 1879 // flag (DF in EFLAGS register). Clear this flag by creating "cld" instruction 2533 // Decide whether we can add a kill flag to the use [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.h | 162 struct Flag {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Signals.cpp | 62 std::atomic<Status> Flag; 73 if (!RunMe.Flag.compare_exchange_strong(Expected, Desired)) 78 RunMe.Flag.store(CallbackAndCookie::Status::Empty); 89 if (!SetMe.Flag.compare_exchange_strong(Expected, Desired)) 93 SetMe.Flag.store(CallbackAndCookie::Status::Initialized);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| check_y2k.c | 411 u_long Flag; 422 Flag = 0; 423 Observed = parse_to_unixtime( &ct, &Flag ); 428 (int)year, (int)Flag, (int)ct.year ); 434 if ( Observed != Expected || Flag ) 438 year, (int)Flag, 450 Flag = 0; 452 Observed = parse_to_unixtime( &ct, &Flag ); 454 if ( Observed != Expected || Flag ) 458 year, (int)ct.year, (int)Flag, [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.h | 162 struct Flag {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ARMWinEH.h | 26 RT_POP, /// return via pop {pc} (L flag must be set) 34 /// This is ARM specific, but the Function Start RVA, Flag and 45 /// Flag : 2-bit field with the following meanings: 61 /// H : 1-bit flag indicating whether the function "homes" the integer parameter 69 /// R : 1-bit flag indicating whether the non-volatile registers are integer or 71 /// special case of the R-flag being set and Reg being set to 7 indicates 73 /// L : 1-bit flag indicating whether the function saves/restores the link 75 /// C : 1-bit flag indicating whether the function includes extra instructions 76 /// to setup a frame chain for fast walking. If this flag is set, r11 is 91 /// + L flag must be set since frame chaining requires r11 and l [all...] |
| ScopedPrinter.h | 123 for (const auto &Flag : Flags) { 124 if (Flag.Value == 0) 128 if (Flag.Value & EnumMask1) 130 else if (Flag.Value & EnumMask2) 132 else if (Flag.Value & EnumMask3) 134 bool IsEnum = (Flag.Value & EnumMask) != 0; 135 if ((!IsEnum && (Value & Flag.Value) == Flag.Value) || 136 (IsEnum && (Value & EnumMask) == Flag.Value)) { 137 SetFlags.push_back(Flag); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| SparcISelDAGToDAG.cpp | 158 unsigned Flag, Kind; 184 Flag = C->getZExtValue(); 185 Kind = InlineAsm::getKind(Flag); 200 unsigned NumRegs = InlineAsm::getNumOperandRegisters(Flag); 208 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx)) 216 bool HasRC = InlineAsm::hasRegClassConstraint(Flag, RC); 293 Flag = InlineAsm::getFlagWord(Kind, 1 /* RegNum*/); 295 Flag = InlineAsm::getFlagWordForMatchingOp(Flag, DefIdx); 297 Flag = InlineAsm::getFlagWordForRegClass(Flag, SP::IntPairRegClassID) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| InterpolatingCompilationDatabase.cpp | 227 const StringRef Flag = toCLFlag(TargetType); 228 if (!Flag.empty()) 229 Result.CommandLine.push_back(std::string(Flag)); 235 // --std flag may only be transferred if the language is the same. 262 // Map the language from the --std flag to that of the -x flag. 278 // Convert a file type to the matching CL-style type flag.
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| InlineAsmLowering.cpp | 236 unsigned Flag = I.getOperand(OpIdx).getImm(); 237 return InlineAsm::getNumOperandRegisters(Flag); 358 // Starting from this operand: flag followed by register(s) will be added as 407 unsigned Flag = InlineAsm::getFlagWord( 412 // Put the register class of the virtual registers in the flag word. 417 Flag = InlineAsm::getFlagWordForRegClass(Flag, RC->getID()); 420 Inst.addImm(Flag); 440 assert(getNumOpRegs(*Inst, InstFlagIdx) == 1 && "Wrong flag"); 470 // Add Flag and input register operand (In) to Inst. Tie In to Def [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Histable.h | 263 enum Flag 285 set_flag (Flag flag) 287 flags |= flag; 291 is_set (Flag flag) 293 return (flags & flag) != 0;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Histable.h | 263 enum Flag 285 set_flag (Flag flag) 287 flags |= flag; 291 is_set (Flag flag) 293 return (flags & flag) != 0;
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| BodyFarm.cpp | 323 const ParmVarDecl *Flag = D->getParamDecl(0); 330 if (!Flag->getType()->isReferenceType()) { 339 QualType FlagType = Flag->getType().getNonReferenceType(); 343 LLVM_DEBUG(llvm::dbgs() << "Flag field is not a record: " 395 // First two arguments are used for the flag and for the callback. 438 M.makeDeclRefExpr(Flag,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| ARCISelLowering.cpp | 309 // chain and flag operands which copy the outgoing args into registers. 332 // Returns a chain & a flag for retval copy to use. 628 SDValue Flag; 665 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag); 669 Flag = Chain.getValue(1); 675 // Add the flag if we have it. 676 if (Flag.getNode()) 677 RetOps.push_back(Flag);
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumberLocal.h | 44 /* Conditional code flag -- set this to match hardware platform */ 56 /* Conditional code flag -- set this to 1 for best performance */ 86 #define Flag uint8_t
|