Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 82) sorted by relevance

1234

/llvm-project/clang/test/SemaCXX/
H A Dgoto2.cpp52 __label__ label; in asm_goto_try_catch() local
56 __label__ label; in asm_goto_try_catch() local
61 __label__ label; in asm_goto_try_catch() local
/llvm-project/libc/AOR_v20.02/string/arm/
H A Dstrcmp-armv6m.S15 .macro DoSub n, label
26 .macro Byte_Test n, label
/llvm-project/clang-tools-extra/clangd/quality/
H A DCompletionModelCodegen.py40 def boost_node(n, label, next_label): argument
45 def if_greater_node(n, label, next_label): argument
61 def if_member_node(n, label, next_label): argument
77 def node(n, label, next_label): argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp102 dfsan_label label = ls[0]; in __dfsan_union_load() local
112 dfsan_label label = 0; in __dfsan_load_label_and_origin() local
400 __dfsan_chain_origin_if_tainted(dfsan_label label,dfsan_origin id) __dfsan_chain_origin_if_tainted() argument
548 SetShadow(dfsan_label label,void * addr,uptr size,dfsan_origin origin) SetShadow() argument
578 __dfsan_set_label(dfsan_label label,dfsan_origin origin,void * addr,uptr size) __dfsan_set_label() argument
583 dfsan_set_label(dfsan_label label,void * addr,uptr size) dfsan_set_label() argument
594 dfsan_add_label(dfsan_label label,void * addr,uptr size) dfsan_add_label() argument
655 dfsan_set_label_origin(dfsan_label label,dfsan_origin origin,void * addr,uptr size) dfsan_set_label_origin() argument
663 dfsan_has_label(dfsan_label label,dfsan_label elem) dfsan_has_label() argument
674 ConditionalCallback(dfsan_label label,dfsan_origin origin) ConditionalCallback() argument
702 __dfsan_conditional_callback_origin(dfsan_label label,dfsan_origin origin) __dfsan_conditional_callback_origin() argument
707 __dfsan_conditional_callback(dfsan_label label) __dfsan_conditional_callback() argument
731 ReachesFunctionCallback(dfsan_label label,dfsan_origin origin,const char * file,unsigned int line,const char * function) ReachesFunctionCallback() argument
759 __dfsan_reaches_function_callback_origin(dfsan_label label,dfsan_origin origin,const char * file,unsigned int line,const char * function) __dfsan_reaches_function_callback_origin() argument
766 __dfsan_reaches_function_callback(dfsan_label label,const char * file,unsigned int line,const char * function) __dfsan_reaches_function_callback() argument
804 PrintInvalidOriginWarning(dfsan_label label,const void * address) PrintInvalidOriginWarning() argument
850 const dfsan_label label = *__dfsan::shadow_for(addr); PrintOriginTraceToStr() local
872 const dfsan_label label = *__dfsan::shadow_for(addr); dfsan_print_origin_trace() local
898 const dfsan_label label = *__dfsan::shadow_for(addr); dfsan_sprint_origin_trace() local
969 const dfsan_label label = *__dfsan::shadow_for(addr); dfsan_get_init_origin() local
1061 dfsan_set_arg_tls(uptr offset,dfsan_label label) dfsan_set_arg_tls() argument
[all...]
H A Ddfsan.h62 void dfsan_set_label(dfsan_label label, T &data) { in dfsan_set_label()
/llvm-project/llvm/docs/AMDGPU/
H A Dgfx1030_label.rst10 label title
H A Dgfx7_label.rst10 label title
H A Dgfx90a_label.rst10 label title
H A Dgfx10_label.rst10 label title
H A Dgfx8_label.rst10 label title
H A Dgfx11_label.rst10 label title
H A Dgfx9_label.rst10 label title
H A Dgfx940_label.rst10 label title
/llvm-project/clang/test/Misc/
H A Ddiag-trailing-null-bytes.cpp5 #define NET_ERROR(label, value) ERR_ ## label = value, argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp155 SayLabel(parser::Label label) SayLabel() argument
223 const auto &label = statement.label; Pre() local
736 if (auto label{std::get<std::optional<parser::Label>>( CheckName() local
819 CheckLabelInRange(parser::Label label) CheckLabelInRange() argument
827 AddTargetLabelDefinition(parser::Label label,LabeledStmtClassificationSet labeledStmtClassificationSet,ProxyForScope scope,bool isExecutableConstructEndStmt=false) AddTargetLabelDefinition() argument
843 AddLabelReferenceFromDoStmt(parser::Label label) AddLabelReferenceFromDoStmt() argument
849 AddLabelReferenceToFormatStmt(parser::Label label) AddLabelReferenceToFormatStmt() argument
855 AddLabelReferenceFromAssignStmt(parser::Label label) AddLabelReferenceFromAssignStmt() argument
861 AddLabelReference(parser::Label label) AddLabelReference() argument
868 for (const parser::Label &label : labels) { AddLabelReference() local
916 GetLabel(const TargetStmtMap & labels,const parser::Label & label) GetLabel() argument
930 const auto &label{branch.parserLabel}; CheckBranchesIntoDoBody() local
985 const auto &label{stmt.parserLabel}; CheckLabelDoConstraints() local
1033 const auto &label{stmt.parserLabel}; CheckScopeConstraints() local
1081 const auto &label{stmt.parserLabel}; CheckBranchTargetConstraints() local
1116 const auto &label{stmt.parserLabel}; CheckDataXferTargetConstraints() local
1141 const auto &label{stmt.parserLabel}; CheckAssignTargetConstraints() local
[all...]
/llvm-project/llvm/utils/
H A Dcheck_ninja_deps.py147 label = lambda v: g.get_node(v).attr["label"] function
/llvm-project/mlir/lib/Rewrite/
H A DFrozenRewritePatternSet.cpp91 auto isEnabledFn = [&](StringRef label) { in FrozenRewritePatternSet()
100 auto isDisabledFn = [&](StringRef label) { in FrozenRewritePatternSet()
/llvm-project/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h214 template <typename T> void dfsan_set_label(dfsan_label label, T &data) { in dfsan_set_label()
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexLabel.py15 def __init__(self, label, **kwargs): argument
/llvm-project/libc/test/src/time/
H A DTmMatcher.h39 void describeValue(const char *label, ::tm value) { in describeValue() argument
/llvm-project/openmp/runtime/test/env/
H A Domp_thread_limit.c22 char label[256]; in verify() local
/llvm-project/lldb/tools/lldb-dap/
H A DExceptionBreakpoint.h20 std::string label; global() member
/llvm-project/compiler-rt/test/dfsan/
H A Dreaches_function.c20 void my_dfsan_reaches_function_callback(dfsan_label label, dfsan_origin origin, in my_dfsan_reaches_function_callback()
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOps.h66 std::shared_ptr<const std::string> label; member
/llvm-project/flang/include/flang/Parser/
H A Duser-state.h69 bool IsDoLabel(Label label) const { in IsDoLabel()
74 void NewDoLabel(Label label) { in NewDoLabel()

1234