Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 25 of 87) sorted by relevance

1234

/llvm-project/lld/test/COFF/
H A Dlink-dll.s33 .global variable symbol
34 variable: label
42 variable label
H A Dautoimport-debug.s36 .global variable symbol
42 variable: label
H A Dautoimport-gc.s34 .global variable symbol
40 variable: label
H A Dautoimport-handler-func.s35 variable DATA label
H A Dlink-dll-i386.s40 variable label
/llvm-project/clang/test/Sema/
H A Darm-mve-alias-attribute.c28 int variable; variable
H A Dno-builtin.cpp26 int __attribute__((no_builtin)) variable; variable
/llvm-project/clang/test/PCH/
H A Dtentative-defs.h2 int variable; variable
/llvm-project/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-top.h3 static const int variable; member
H A Dredecl-add-after-load.h18 static const int variable; member
H A Dredecl-add-after-load-decls.h20 static const int variable; member
/llvm-project/clang/test/Parser/
H A Dcxx-template-recovery.cpp12 int *variable = 0; // ok variable
H A Dcxx-namespace-after-missing-semicolon.cpp10 int variable = 0; // ok variable
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/function/
H A DTestLibCxxFunction.py16 self, variable, result_to_match, skip_find_function=False argument
/llvm-project/clang/test/CodeCompletion/
H A Dkeywords.cpp5 int variable = 0; variable
/llvm-project/lldb/test/API/functionalities/watchpoint/unaligned-large-watchpoint/
H A Dmain.c17 struct obj variable; in main() local
/llvm-project/lldb/test/API/lang/cpp/complete-type-check/
H A DTestCppIsTypeComplete.py28 def assertPointeeIncomplete(self, typename, variable): argument
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp10.cpp19 int variable; // expected-note {{declared here}} in explicit_capture() local
/llvm-project/lldb/source/Core/
H A DValue.cpp255 Variable *variable = GetVariable(); in GetCompilerType() local
404 Variable *variable = GetVariable(); GetValueAsData() local
445 Variable *variable = GetVariable(); GetValueAsData() local
[all...]
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DHLFIRTools.h56 Entity(fir::FortranVariableOpInterface variable) Entity() argument
197 EntityWithAttributes(fir::FortranVariableOpInterface variable) EntityWithAttributes() argument
[all...]
/llvm-project/clang/test/OpenMP/
H A Ddeclare_target_variables_ast_print.cpp4 static int variable = 100; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dno-recursion.cpp175 recursion_through_destructor variable; in ~recursion_through_destructor() local
/llvm-project/clang/test/SemaCXX/
H A Derr_init_conversion_failed.cpp4 char variable = (void)0; in test0() local
/llvm-project/clang/test/Modules/
H A Dredecl-add-after-load.cpp29 static const int variable; member
/llvm-project/flang/lib/Semantics/
H A Dsemantics.cpp435 CheckIndexVarRedefine(const parser::CharBlock & location,const Symbol & variable,parser::MessageFixedText && message) CheckIndexVarRedefine() argument
446 WarnIndexVarRedefine(const parser::CharBlock & location,const Symbol & variable) WarnIndexVarRedefine() argument
454 CheckIndexVarRedefine(const parser::CharBlock & location,const Symbol & variable) CheckIndexVarRedefine() argument
459 CheckIndexVarRedefine(const parser::Variable & variable) CheckIndexVarRedefine() argument
[all...]

1234