Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/docs/design/
H A DRuntimes.rst28 OMP_CANCELLATION
50 OMP_DISPLAY_ENV
70 OMP_DYNAMIC
85 OMP_NESTED
95 OMP_NUM_THREADS
117 OMP_PLACES
222 OMP_SCHEDULE
229 OMP_STACKSIZE
588 KMP_LIBRARY
597 KMP_SETTINGS
[all …]
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/clang/docs/
H A DOffloadingDesign.rst354 .. _binary_descriptor:
356 Binary Descriptor for Device Images
395 Global Constructor and Destructor
H A DClangOffloadWrapper.rst158 Binary Descriptor for Device Images
H A DAutomaticReferenceCounting.rst2049 .. _arc.misc.self:
/llvm-project-15.0.7/lldb/docs/use/
H A Dformatting.rst61 Variables chapter
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst380 Variables chapter
/llvm-project-15.0.7/mlir/docs/
H A DPDLL.md375 ### Variables subsection
395 #### Variable "Binding"
480 #### Variable Constraints
501 #### Inline Variable Definition
H A DOpDefinitions.md740 #### Variables subsubsection
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp118 unsigned Variables = 0; member
/llvm-project-15.0.7/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.h160 const SmallVector<Variable, 4> Variables; member
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCloneDetection.h360 std::vector<const VarDecl *> Variables; variable
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp216 namespace Variables { namespace
/llvm-project-15.0.7/clang/utils/TableGen/
H A DNeonEmitter.cpp338 std::map<std::string, Variable> Variables; member in __anonc6b5f5bf0111::Intrinsic
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp554 auto Variables = nullptr; in getReplacementSubprogram() local
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp398 StringMap<Variable> Variables; member in __anonbc3838060111::MasmParser
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst770 .. _functionstructure: