/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | VSCode.h | 83 struct Variables { struct 85 static constexpr int64_t PermanentVariableStartIndex = (1ll << 32); 87 lldb::SBValueList locals; 88 lldb::SBValueList globals; 89 lldb::SBValueList registers; 96 llvm::DenseMap<int64_t, lldb::SBValue> expandable_variables; 99 llvm::DenseMap<int64_t, lldb::SBValue> expandable_permanent_variables;
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | OffloadingDesign.rst | 354 .. _binary_descriptor: 356 Binary Descriptor for Device Images 395 Global Constructor and Destructor
|
H A D | AutomaticReferenceCounting.rst | 2049 .. _arc.misc.self:
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlsub.pod | 767 Persistent variables via state()DESCRIPTION""Persistent Private Variables global() argument 806 Persistent variables with closuresDESCRIPTION""Persistent Private Variables global() argument
|
H A D | perl5140delta.pod | 649 Localised tied hashes and arrays are no longed tiedIncompatible Changes""Stashes and Package Variables global() argument 664 Stashes are now always definedIncompatible Changes""Stashes and Package Variables global() argument 681 Clearing stashesIncompatible Changes""Stashes and Package Variables global() argument 690 Dereferencing typeglobsIncompatible Changes""Stashes and Package Variables global() argument 729 Magic variables outside the main packageIncompatible Changes""Stashes and Package Variables global() argument 741 local($_) strips all magic from $_Incompatible Changes""Stashes and Package Variables global() argument 754 Parsing of package and variable namesIncompatible Changes""Stashes and Package Variables global() argument
|
H A D | perl5160delta.pod | 380 C<$$> can be assigned toCore Enhancements""Changes to Special Variables global() argument 388 C<$^X> converted to an absolute path on FreeBSD, OS X and SolarisCore Enhancements""Changes to Special Variables global() argument
|
H A D | perlguts.pod | 17 =head1 Variables chapter
|
/openbsd-src/gnu/llvm/lldb/docs/use/ |
H A D | formatting.rst | 61 Variables chapter
|
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl09.rst | 380 Variables chapter
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | AssignmentTrackingAnalysis.h | 32 SmallVector<DebugVariable> Variables; variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | MCInstrDescView.cpp | 95 SmallVector<Variable, 4> Variables, in Instruction() 112 SmallVector<Variable, 4> Variables; in create() local
|
H A D | MCInstrDescView.h | 158 const SmallVector<Variable, 4> Variables; member
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 360 std::vector<const VarDecl *> Variables; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 456 LLVMContext &Ctx, ArrayRef<GlobalVariable *> Variables, in getAddressesOfVariablesInKernel() 481 Module &M, ArrayRef<GlobalVariable *> Variables, in buildLookupTable()
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 339 std::map<std::string, Variable> Variables; member in __anoncfaa73c60111::Intrinsic
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 73 UniqueVector<DebugVariable> Variables; member in FunctionVarLocsBuilder
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 573 auto Variables = nullptr; in getReplacementSubprogram() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 415 StringMap<Variable> Variables; member in __anoncc01912d0111::MasmParser
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | LangRef.rst | 773 .. _functionstructure:
|