Home
last modified time | relevance | path

Searched defs:Position (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h78 size_t Position = 0; ///< The iterators current position within Path. variable
104 size_t Position = 0; ///< The iterators current position within Path. variable
H A DFormattedStream.h40 std::pair<unsigned, unsigned> Position; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp182 void SystemZLongBranch::skipNonTerminators(BlockPosition &Position, in skipNonTerminators()
205 void SystemZLongBranch::skipTerminator(BlockPosition &Position, in skipTerminator()
294 BlockPosition Position(Log2(MF->getAlignment())); in initMBBInfo() local
358 BlockPosition Position(Log2(MF->getAlignment())); in setWorstCaseAddresses() local
459 BlockPosition Position(Log2(MF->getAlignment())); in relaxBranches() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp92 unsigned Position = Comment.find_first_not_of(" \t"); in HandleComment() local
127 unsigned Position = Comment.find_first_not_of(" \t"); in HandleComment() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp41 struct Position { struct in clang::comments::TextTokenRetokenizer
42 const char *BufferStart;
43 const char *BufferEnd;
44 const char *BufferPtr;
45 SourceLocation BufferStartLoc;
46 unsigned CurToken;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp197 StringRef::iterator Position= Range.begin(); in decodeUTF8() local
266 setError(const Twine & Message,StringRef::iterator Position) setError() argument
299 decodeUTF8(StringRef::iterator Position) decodeUTF8() argument
918 skip_nb_char(StringRef::iterator Position) skip_nb_char() argument
943 skip_b_break(StringRef::iterator Position) skip_b_break() argument
957 skip_s_space(StringRef::iterator Position) skip_s_space() argument
965 skip_s_white(StringRef::iterator Position) skip_s_white() argument
973 skip_ns_char(StringRef::iterator Position) skip_ns_char() argument
982 skip_while(SkipWhileFunc Func,StringRef::iterator Position) skip_while() argument
1045 isBlankOrBreak(StringRef::iterator Position) isBlankOrBreak() argument
1053 for (const auto *Position = Line.begin(); Position != Line.end(); ++Position) isLineEmpty() local
1359 wasEscaped(StringRef::iterator First,StringRef::iterator Position) wasEscaped() argument
[all...]
H A DIntervalMap.cpp122 unsigned Position, bool Grow) { in distribute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringLexer.h20 typedef std::string::size_type Position; typedef
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h184 int Position; variable
239 FormatToken *setPosition(unsigned Position) override { in setPosition()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duthex.c184 UINT32 Position) in AcpiUtHexToAsciiChar()
H A Dutascii.c212 UINT32 Position) in AcpiUtValidNameChar()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h36 typedef uint32_t Position; typedef
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslresource.c605 UINT8 Position, in RsSetFlagBits()
628 UINT8 Position, in RsSetFlagBits16()
H A Dcvcompiler.c496 char *Position; in CgWriteAmlDefBlockComment() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp35 MachineBasicBlock::iterator Position, in copyPhysReg()
50 MachineBasicBlock &MBB, MachineBasicBlock::iterator Position, in storeRegToStackSlot()
70 MachineBasicBlock &MBB, MachineBasicBlock::iterator Position, in loadRegFromStackSlot()
/freebsd/sys/contrib/dev/acpica/common/
H A Dadfile.c308 char *Position; in FlGenerateFilename() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp535 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter()
678 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter()
787 unsigned Position) { in ParseTemplateTemplateParameter()
905 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h48 auto Position = Maps.find(StubSymbol); in getImplFor() local
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c438 UINT64 Position; in AcpiDsGetFieldNames() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp197 static Iter getNextMachineInstrInBB(Iter Position) { in getNextMachineInstrInBB()
207 static std::pair<Iter, bool> getNextMachineInstr(Iter Position, in getNextMachineInstr()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacmacros.h476 #define ACPI_GET_BITS(SourcePtr, Position, Mask) \ argument
479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument
502 #define ACPI_EXTRACT_1BIT_FLAG(Field, Position) (ACPI_GET_1BIT_FLAG ((Field) >> Position)) argument
503 #define ACPI_EXTRACT_2BIT_FLAG(Field, Position) (ACPI_GET_2BIT_FLAG ((Field) >> Position)) argument
504 #define ACPI_EXTRACT_3BIT_FLAG(Field, Position) (ACPI_GET_3BIT_FLAG ((Field) >> Position)) argument
505 #define ACPI_EXTRACT_4BIT_FLAG(Field, Position) (ACPI_GET_4BIT_FLAG ((Field) >> Position)) argument
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h202 DeclarationFragments &replace(std::string NewSpelling, unsigned Position) { in replace()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp225 const int64_t Position = in getOffset() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h424 auto Position = reinterpret_cast<T *>(AlignedOffset); variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp131 StringRef::iterator Position; member in __anon476ab3930111::CommandLineArgumentParser

123