Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp84 unsigned Position = Comment.find_first_not_of(" \t"); HandleComment() local
119 unsigned Position = Comment.find_first_not_of(" \t"); HandleComment() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp41 struct Position { struct in clang::comments::TextTokenRetokenizer
42 BufferStartclang::comments::TextTokenRetokenizer::Position global() argument
43 BufferEndclang::comments::TextTokenRetokenizer::Position global() argument
44 BufferPtrclang::comments::TextTokenRetokenizer::Position global() argument
45 BufferStartLocclang::comments::TextTokenRetokenizer::Position global() argument
46 CurTokenclang::comments::TextTokenRetokenizer::Position global() argument
H A DCommentSema.cpp316 SmallVector<unsigned, 2> Position; in actOnTParamCommandParamNameArg() local
1048 SmallVectorImpl<unsigned> *Position) { in ResolveTParamReferenceHelper()
1073 SmallVectorImpl<unsigned> *Position) { in resolveTParamReference()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp197 StringRef::iterator Position= Range.begin(); in decodeUTF8() local
266 void setError(const Twine &Message, StringRef::iterator Position) { in setError()
299 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8()
927 StringRef::iterator Scanner::skip_nb_char(StringRef::iterator Position) { in skip_nb_char()
952 StringRef::iterator Scanner::skip_b_break(StringRef::iterator Position) { in skip_b_break()
966 StringRef::iterator Scanner::skip_s_space(StringRef::iterator Position) { in skip_s_space()
974 StringRef::iterator Scanner::skip_s_white(StringRef::iterator Position) { in skip_s_white()
982 StringRef::iterator Scanner::skip_ns_char(StringRef::iterator Position) { in skip_ns_char()
991 , StringRef::iterator Position) { in skip_while()
1054 bool Scanner::isBlankOrBreak(StringRef::iterator Position) { in isBlankOrBreak()
[all …]
H A DIntervalMap.cpp122 unsigned Position, bool Grow) { in distribute()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringLexer.h20 typedef std::string::size_type Position; typedef
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h178 int Position; global() variable
233 setPosition(unsigned Position) setPosition() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Duthex.c184 UINT32 Position) in AcpiUtHexToAsciiChar() argument
H A Dutascii.c212 UINT32 Position) in AcpiUtValidNameChar() argument
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslresource.c605 UINT8 Position, in RsSetFlagBits() argument
628 UINT8 Position, in RsSetFlagBits16() argument
H A Dcvcompiler.c496 char *Position; in CgWriteAmlDefBlockComment() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h36 typedef uint32_t Position; typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp35 MachineBasicBlock::iterator Position, in copyPhysReg() argument
50 MachineBasicBlock &MBB, MachineBasicBlock::iterator Position, in storeRegToStackSlot() argument
70 MachineBasicBlock &MBB, MachineBasicBlock::iterator Position, in loadRegFromStackSlot() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/common/
H A Dadfile.c308 char *Position; in FlGenerateFilename() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp653 ParseTemplateParameter(unsigned Depth,unsigned Position) ParseTemplateParameter() argument
796 ParseTypeParameter(unsigned Depth,unsigned Position) ParseTypeParameter() argument
900 ParseTemplateTemplateParameter(unsigned Depth,unsigned Position) ParseTemplateTemplateParameter() argument
1017 ParseNonTypeTemplateParameter(unsigned Depth,unsigned Position) ParseNonTypeTemplateParameter() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h48 auto Position = Maps.find(StubSymbol); in getImplFor() local
/freebsd-src/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c438 UINT64 Position; in AcpiDsGetFieldNames() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp197 static Iter getNextMachineInstrInBB(Iter Position) { in getNextMachineInstrInBB() argument
207 static std::pair<Iter, bool> getNextMachineInstr(Iter Position, in getNextMachineInstr() argument
/freebsd-src/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 ACPI_EXTRACT_4BIT_FLAG(Field,Position) global() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp167 const int64_t Position = getOffset() local
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h174 replace(std::string NewSpelling,unsigned Position) replace() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h425 return *reinterpret_cast<T *>(Position); variable

123