/freebsd/contrib/wpa/src/tls/ |
H A D | asn1.h | 19 #define ASN1_TAG_OBJECT_DESCRIPTOR 0x07 /* not yet parsed */ 20 #define ASN1_TAG_EXTERNAL 0x08 /* not yet parsed */ 21 #define ASN1_TAG_REAL 0x09 /* not yet parsed */ 22 #define ASN1_TAG_ENUMERATED 0x0A /* not yet parsed */ 23 #define ASN1_TAG_EMBEDDED_PDV 0x0B /* not yet parsed */ 24 #define ASN1_TAG_UTF8STRING 0x0C /* not yet parsed */ 29 #define ASN1_TAG_NUMERICSTRING 0x12 /* not yet parsed */ 31 #define ASN1_TAG_T61STRING 0x14 /* not yet parsed */ 32 #define ASN1_TAG_VIDEOTEXSTRING 0x15 /* not yet parsed */ 35 #define ASN1_TAG_GENERALIZEDTIME 0x18 /* not yet parsed */ [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 43 /// parsed, but not yet created/semantically analyzed. This is effectively a 106 "Parsed clause is not a default clause"); in getDefaultClauseKind() 118 "Parsed clause kind does not have a condition expr"); in getConditionExpr() 134 "Parsed clause kind does not have a int exprs"); in getNumIntExprs() 146 "Parsed clause kind does not have a queues location"); in getQueuesLoc() 156 "Parsed clause kind does not have a device number expr"); in getDevNumExpr() 166 "Parsed clause kind does not have a queue id expr list"); in getQueueIdExprs() 179 "Parsed clause kind does not have a int exprs"); in getIntExprs() 212 "Parsed clause kind does not have a var-list"); in getVarList() 255 "Parsed clause is not a default clause"); in setDefaultDetails() [all …]
|
H A D | DeclSpec.h | 1 //===--- DeclSpec.h - Parsed declaration specifiers -------------*- C++ -*-===// 10 /// This file defines the classes used to store parsed information about 700 /// no tokens were parsed in the production of it. 1000 /// Describes the kind of unqualified-id parsed. 1024 /// Represents a C++ unqualified-id that has been parsed. 1030 /// Describes the kind of unqualified-id parsed. 1049 /// parsed unqualified-id. 1051 /// When Kind == IK_Identifier, the parsed identifier, or when 1056 /// that we parsed. 1071 /// When Kind == IK_DeductionGuideName, the parsed template-name. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 274 // Ensure info units have been parsed to discover MaxVersion in getMaxVersion() 280 // Ensure DWO info units have been parsed to discover MaxVersion in getMaxDWOVersion() 294 /// Get a pointer to the parsed DebugAbbrev object. 297 /// Get a pointer to the parsed DebugLoc object. 300 /// Get a pointer to the parsed dwo abbreviations object. 303 /// Get a pointer to the parsed DebugAranges object. 306 /// Get a pointer to the parsed frame information object. 309 /// Get a pointer to the parsed eh frame information object. 312 /// Get a pointer to the parsed DebugMacinfo information object. 315 /// Get a pointer to the parsed DebugMacinfoDWO information object. [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.h | 51 /// \param ParseAction Callback to handle a succesfully parsed pattern. 66 /// \param PatName Name of the pattern that will be parsed. 67 /// \return the parsed pattern on success, nullptr on failure. 73 /// \param PatName Name of the pattern that will be parsed. 74 /// \return the parsed pattern on success, nullptr on failure. 96 /// \return the parsed PatFrag on success, nullptr on failure. 109 /// already-parsed PatFrags. 111 /// \return the parsed PatFrag on success, nullptr on failure.
|
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/ |
H A D | exynos_dp.txt | 60 -interlaced: deprecated prop that can parsed from drm_display_mode. 61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode. 62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode. 63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode. 64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode. 65 -samsung,color-space: deprecated prop that can parsed from drm_display_info. 66 -samsung,color-depth: deprecated prop that can parsed from drm_display_info.
|
/freebsd/lib/libusb/ |
H A D | libusb.3 | 412 On success the parsed USB 3.0 endpoint companion descriptor must be 417 This function is NULL safe and frees a parsed USB 3.0 endpoint companion descriptor given by 425 On success the parsed USB 3.0 endpoint companion descriptor must be 430 This function is NULL safe and frees a parsed USB 3.0 endpoint companion descriptor given by 437 and stores a pointer to a parsed BOS descriptor into 440 On success the parsed BOS descriptor must be 452 On success the parsed BOS descriptor must be freed using the 457 This function is NULL safe and frees a parsed BOS descriptor given by 464 and stores a pointer to the parsed descriptor into 467 On success the parsed US [all...] |
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-ifelse.mk | 36 # ' == ""' though, which cannot be parsed because the left-hand side looks 53 # When the :? is parsed, it is greedy. The else branch spans all the 191 # Since the condition of the '?:' modifier is expanded before being parsed and 205 # 1. The whole expression is only parsed. 206 # 2. The expression is parsed and the 'then' branch is evaluated. 207 # 3. The expression is parsed and the 'else' branch is evaluated. 209 # In all of these cases, the expression must be parsed in the same way, 213 # parsed differently, depending on whether the branch was taken or not. When 220 # that in both cases the expression is parsed in the same way, taking the 235 # everywhere else the modifier parts have their subexpressions parsed in the [all …]
|
H A D | cond-func.mk | 88 # default function that is called when a bare word is parsed. For the plain 106 # expect+1: A plain function name is parsed as defined(...). 107 . info A plain function name is parsed as defined(...). 114 # expect+1: A plain function name is parsed as defined(...). 115 . info A plain function name is parsed as defined(...).
|
H A D | parse-var.mk | 90 # depended on whether the expression was actually evaluated or merely parsed. 92 # If it was evaluated, nested expressions were parsed correctly, parsing each 95 # If the expression was merely parsed but not evaluated (for example, because 99 # expression was not parsed correctly. Instead, make only counted the opening 116 # is parsed correctly.
|
H A D | varname-dot-parsefile.mk | 4 # of the file that is currently parsed. 35 # being parsed. Technically, it's possible though, but only if the file 36 # being parsed is a relative pathname. See PrintLocation for details.
|
H A D | varname-dot-parsedir.mk | 4 # of the file that is currently parsed. 40 # being parsed. Technically, it's possible though, but only if the file 41 # being parsed is a relative pathname. See PrintLocation for details.
|
H A D | cond-short.mk | 54 # The whole !empty condition is only parsed and then discarded. 66 # The :M modifier is only parsed, not evaluated. 156 # undefined. The right hand side "${INDIR_UNDEF}" still needed to be parsed, 157 # and in parse-only mode, the "value" of the parsed expression was the 160 # the comparison were still parsed and evaluated. Comparing these two values 166 # comparisons. Instead, they are only parsed and then discarded. 175 # expression was only parsed, not evaluated. The resulting literal string
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 281 /// Parsed form of all attributes that are relevant for parsing type members. 309 /// we parsed. 310 /// \param[in] last_field_end Offset (in bits) where the last parsed field 313 /// being parsed. 314 /// \param[in] layout_info Layout information of all decls parsed by the 321 /// Parses a DW_TAG_APPLE_property DIE and appends the parsed data to the 327 /// \param die The DW_TAG_APPLE_property DIE that will be parsed. 354 /// \param[in] attrs The parsed attributes for the specified 'die'. 382 /// \param[in] objc_method Name of the ObjC method being parsed. 384 /// \param[in] die The DIE that represents the ObjC method being parsed. [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompileUnit.h | 116 /// An rvalue list of already parsed support files. 242 /// use this function to determine if the line table has be parsed yet. 247 /// hasn't been parsed yet. 312 /// If \b true, the variable list will be parsed on demand. If 316 /// has currently been parsed). 327 /// information to see if the function has been parsed yet. 354 /// Called by the SymbolFile plug-ins after they have parsed the variable 429 /// Line table that will get parsed on demand. 431 /// Debug macros that will get parsed on demand. 433 /// Global and static variable list that will get parsed o [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 176 // When an operand is parsed, the assembler will try to iterate through a set of 222 // one such encoding, and why it did not match the parsed instruction. 233 // The encoding is valid for the parsed assembly string. This is only used 257 // The instruction encoding is not valid because one (and only one) parsed 261 // OperandIndex is the index into the parsed operand list. 275 // than were parsed. OperandClass is the class of the expected operand that 317 // Index of the actual operand we were trying to match in the list of parsed 423 /// Check whether a register specification can be parsed at the current 434 /// line should be parsed up to and including the end-of-statement token. On 439 /// \param Operands [out] - The list of parsed operands, this returns [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp |
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 24 /// A source location that has been parsed on the command line. 31 /// Construct a parsed source location from a string; the Filename is empty on 61 /// A source range that has been parsed on the command line. 71 /// Returns a parsed source range from a string or std::nullopt if the string 90 // string should be parsed. in fromString()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpression.cpp | 58 std::vector<std::pair<llvm::StringRef, Node *>> parsed = in ResolveFPOProgram() 61 for (auto it = parsed.begin(), end = parsed.end(); it != end; ++it) { in ResolveFPOProgram() 66 for (const auto &pair : llvm::make_range(parsed.begin(), it)) { in ResolveFPOProgram() 59 std::vector<std::pair<llvm::StringRef, Node *>> parsed = ResolveFPOProgram() local
|
/freebsd/sys/contrib/device-tree/Bindings/display/samsung/ |
H A D | samsung,exynos5-dp.yaml | 88 Deprecated prop that can parsed from drm_display_mode. 94 Deprecated prop that can parsed from drm_display_mode. 100 Deprecated prop that can parsed from drm_display_info. 106 Deprecated prop that can parsed from drm_display_info.
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 223 /// The input buffer's string from which Value was parsed, or std::nullopt. 228 /// before input is parsed. Used to determine whether a variable is defined on 234 /// defined at line \p DefLineNumber or defined before input is parsed if 251 /// parsed, or std::nullopt if the value is not yet defined or was not parsed 252 /// from the input buffer. For example, the value of @LINE is not parsed from 253 /// the input buffer, and some numeric variables are parsed from the command 258 /// buffer string from which it was parsed to \p NewStrValue. See comments on 274 /// std::nullopt if defined before input is parsed. 435 /// Vector holding pointers to all parsed numeri [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | ParseAST.h | 26 /// the file is parsed. 28 /// This operation inserts the parsed decls into the translation 32 /// \param TUKind The kind of translation unit being parsed.
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_ripencc.c | 3217 /* keep track of whether the message has been successfully parsed */ 3219 parsed; variable 3274 parsed = BADLEN_PARSE; in rpt_chan_A_config() 3325 parsed = BADLEN_PARSE; in rpt_almanac_data_page() 3357 parsed = BADLEN_PARSE; in rpt_GPS_time() 3377 parsed = BADLEN_PARSE; in rpt_single_ECEF_position() 3398 parsed = BADLEN_PARSE; in rpt_single_ECEF_velocity() 3425 parsed = BADLEN_PARSE; in rpt_SW_version() 3465 parsed = BADLEN_PARSE; in rpt_rcvr_health() 3497 parsed in rpt_SNR_all_SVs() [all...] |
/freebsd/usr.bin/indent/tests/ |
H A D | functional_test.sh | 44 parsed_file=output_file.parsed 58 sed -e '/\$FreeBSD.*\$/d' ${tc} > input_file.parsed 59 atf_check -s exit:${tc##*.} ${out_flag} ${indent} ${profile_flag} < input_file.parsed
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | stdlib_ext.h | 46 * @endp: A pointer to the end of the parsed string will be placed here 54 * @endp: A pointer to the end of the parsed string will be placed here 62 * @endp: A pointer to the end of the parsed string will be placed here 70 * @endp: A pointer to the end of the parsed string will be placed here
|