/llvm-project/mlir/cmake/modules/ |
H A D | FindLevelZero.cmake | 72 set(LEN ${VL1_LEN}) variable 84 set(LEN ${VL2_LEN}) variable
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | allocators05.f90 | 15 integer, parameter :: LEN = 2 local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | variable.cpp | 295 std::optional<Expr<SubscriptInteger>> BaseObject::LEN() const { LEN() function in Fortran::evaluate::BaseObject 307 std::optional<Expr<SubscriptInteger>> Component::LEN() const { LEN() function in Fortran::evaluate::Component 311 std::optional<Expr<SubscriptInteger>> NamedEntity::LEN() const { LEN() function in Fortran::evaluate::NamedEntity 315 std::optional<Expr<SubscriptInteger>> ArrayRef::LEN() const { LEN() function in Fortran::evaluate::ArrayRef 319 std::optional<Expr<SubscriptInteger>> CoarrayRef::LEN() const { LEN() function in Fortran::evaluate::CoarrayRef 323 std::optional<Expr<SubscriptInteger>> DataRef::LEN() const { LEN() function in Fortran::evaluate::DataRef 331 std::optional<Expr<SubscriptInteger>> Substring::LEN() const { LEN() function in Fortran::evaluate::Substring 342 std::optional<Expr<SubscriptInteger>> Designator<T>::LEN() const { LEN() function in Fortran::evaluate::Designator 355 std::optional<Expr<SubscriptInteger>> ProcedureDesignator::LEN() const { LEN() function in Fortran::evaluate::ProcedureDesignator [all...] |
H A D | expression.cpp | 31 Expr<Type<TypeCategory::Character, KIND>>::LEN() const { in LEN() function in Fortran::evaluate::Expr::Character 336 std::optional<Expr<SubscriptInteger>> Expr<SomeCharacter>::LEN() const { LEN() function in Fortran::evaluate::Expr [all...] |
H A D | call.cpp | 201 std::optional<Expr<SubscriptInteger>> ProcedureRef::LEN() const { in LEN() function in Fortran::evaluate::ProcedureRef
|
/llvm-project/libc/AOR_v20.02/string/test/ |
H A D | strlen.c | 43 #define LEN 250000 macro
|
H A D | strchr.c | 39 #define LEN 250000 macro
|
H A D | strrchr.c | 38 #define LEN 250000 macro
|
H A D | memchr.c | 40 #define LEN 250000 macro
|
H A D | strnlen.c | 40 #define LEN 250000 macro
|
H A D | memcmp.c | 36 #define LEN 250000 macro
|
H A D | strchrnul.c | 40 #define LEN 250000 macro
|
H A D | memset.c | 35 #define LEN 250000 macro
|
H A D | strcmp.c | 42 #define LEN 250000 macro
|
H A D | strcpy.c | 38 #define LEN 250000 macro
|
H A D | strncmp.c | 36 #define LEN 250000 macro
|
H A D | memcpy.c | 38 #define LEN 250000 macro
|
H A D | stpcpy.c | 37 #define LEN 250000 macro
|
H A D | memmove.c | 36 #define LEN 250000 macro
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | constant.h | 187 ConstantSubscript LEN() const { return length_; } LEN() function
|
H A D | characteristics.h | 170 const std::optional<Expr<SubscriptInteger>> &LEN() const { return LEN_; } in LEN() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | sizeof-expression-any-pointer.cpp | 8 #define LEN 8 macro
|
H A D | sizeof-expression.cpp | 8 #define LEN 8 macro [all...] |
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | atomic_test.c | 145 #define LEN(array) (sizeof(array) / sizeof(array[0])) macro [all...] |
/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 428 HASH(LEN,FIRST,THIRD) getPPKeywordID() argument 430 CASE(LEN,FIRST,THIRD,NAME) getPPKeywordID() argument
|