Home
last modified time | relevance | path

Searched defs:variables (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/docs/
H A DCMake.rst192 cmake_build_typeFrequently-used CMake variables global() argument
232 Frequently Used LLVM-related variablesFrequently-used CMake variables global() argument
265 llvm_use_linkerFrequently Used LLVM-related variables global() argument
298 LLVM-related variablesRarely-used CMake variables global() argument
456 Qt Help ProjectLLVM-related variables global() argument
469 llvm_enable_assertionsLLVM-related variables global() argument
887 Advanced variablesLLVM-related variables global() argument
[all...]
/llvm-project/clang/docs/
H A DBlock-ABI-Apple.rst355 Layout of ``__block`` marked variables
408 Access to ``__block`` variables from within its lexical scope
477 Importing ``__block`` variables into ``Blocks``
551 Importing ``__attribute__((NSObject))`` ``__block`` variables
558 ``__block`` escapes
573 Nesting
H A DAutomaticReferenceCounting.rst2105 .. _arc.misc.blocks:
/llvm-project/mlir/lib/Dialect/Polynomial/IR/
H A DPolynomialAttributes.cpp106 llvm::StringSet<> &variables, in parsePolynomialAttr() argument
155 llvm::StringSet<> variables; in parse() local
182 llvm::StringSet<> variables; in parse() local
/llvm-project/llvm/utils/lit/lit/
H A DBooleanExpression.py29 def evaluate(string, variables): argument
38 def __init__(self, string, variables): argument
/llvm-project/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
H A DTestMembersAndLocalsWithSameName.py222 def disable_expression_log_and_check_for_locals(self, variables): argument
/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp118 VariableList &variables) {} in FindGlobalVariables()
122 VariableList &variables) {} in FindGlobalVariables()
H A DSymbolFileOnDemand.cpp319 VariableList &variables) { in FindGlobalVariables() argument
330 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument
H A DCompileUnit.cpp389 SetVariableList(VariableListSP & variables) SetVariableList() argument
/llvm-project/llvm/utils/lit/lit/llvm/
H A Dconfig.py250 variables = [variables] argument
258 clear_environment(self, variables) global() argument
[all...]
/llvm-project/flang/docs/
H A DHighLevelFIR.md1371 #### Using attributes as pseudo variable symbols
1395 #### Using MLIR symbols for variables
/llvm-project/lldb/test/API/tools/lldb-dap/variables/
H A DTestDAP_variables.py98 def verify_variables(self, verify_dict, variables, varref_dict=None): argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp153 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
H A DSymbolFileDWARFDebugMap.cpp903 uint32_t max_matches, VariableList &variables) { in PrivateFindGlobalVariables() argument
923 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument
954 VariableList &variables) { in FindGlobalVariables() argument
[all...]
/llvm-project/mlir/lib/Conversion/SCFToEmitC/
H A DSCFToEmitC.cpp77 assignValues(ValueRange values,SmallVector<Value> & variables,PatternRewriter & rewriter,Location loc) assignValues() argument
[all...]
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DAST.h277 std::vector<std::unique_ptr<VarDeclExprAST>> variables; variable
281 std::vector<std::unique_ptr<VarDeclExprAST>> variables) in StructAST()
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h90 VariableList &variables) override {} in FindGlobalVariables()
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1090 FindGlobalVariables(lldb_private::ConstString name,const lldb_private::CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument
1106 FindGlobalVariables(const lldb_private::RegularExpression & regex,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.h152 Variables variables; global() member
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp148 auto variables = str.getVariables(); in mlirGen() local
/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1474 DoGuessValueAt(StackFrame & frame,ConstString reg,int64_t offset,Disassembler & disassembler,VariableList & variables,const Address & pc) DoGuessValueAt() argument
1701 VariableList *variables = GetVariableList(get_file_globals, nullptr); GuessValueForRegisterAndOffset() local
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1652 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
1810 ParseVariablesForCompileUnit(CompileUnit & comp_unit,VariableList & variables) ParseVariablesForCompileUnit() argument
1960 VariableListSP variables = block.GetBlockVariableList(false); ParseVariablesForBlock() local
2019 VariableListSP variables; ParseVariablesForContext() local
[all...]
/llvm-project/lldb/source/Core/
H A DModule.cpp608 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,size_t max_matches,VariableList & variables) FindGlobalVariables() argument
614 FindGlobalVariables(const RegularExpression & regex,size_t max_matches,VariableList & variables) FindGlobalVariables() argument
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp125 VariableMapTy variables; member in __anon7bb764690111::CodeGen
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1122 FindGlobalVariables(lldb_private::ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument
1164 FindGlobalVariables(const lldb_private::RegularExpression & regex,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument
[all...]

12