Home
last modified time | relevance | path

Searched defs:Variables (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h83 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 DOffloadingDesign.rst354 .. _binary_descriptor:
356 Binary Descriptor for Device Images
395 Global Constructor and Destructor
H A DAutomaticReferenceCounting.rst2049 .. _arc.misc.self:
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlsub.pod767 Persistent variables via state()DESCRIPTION""Persistent Private Variables global() argument
806 Persistent variables with closuresDESCRIPTION""Persistent Private Variables global() argument
H A Dperl5140delta.pod649 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 Dperl5160delta.pod380 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 Dperlguts.pod17 =head1 Variables chapter
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dformatting.rst61 Variables chapter
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst380 Variables chapter
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h32 SmallVector<DebugVariable> Variables; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp95 SmallVector<Variable, 4> Variables, in Instruction()
112 SmallVector<Variable, 4> Variables; in create() local
H A DMCInstrDescView.h158 const SmallVector<Variable, 4> Variables; member
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCloneDetection.h360 std::vector<const VarDecl *> Variables; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp456 LLVMContext &Ctx, ArrayRef<GlobalVariable *> Variables, in getAddressesOfVariablesInKernel()
481 Module &M, ArrayRef<GlobalVariable *> Variables, in buildLookupTable()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp339 std::map<std::string, Variable> Variables; member in __anoncfaa73c60111::Intrinsic
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp73 UniqueVector<DebugVariable> Variables; member in FunctionVarLocsBuilder
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp573 auto Variables = nullptr; in getReplacementSubprogram() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp415 StringMap<Variable> Variables; member in __anoncc01912d0111::MasmParser
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst773 .. _functionstructure: