/llvm-project/libcxx/test/std/localization/locales/locale/locale.cons/ |
H A D | name_construction.pass.cpp | 32 std::locale loc(unnamed, en, std::locale::time); in main() local 36 std::locale loc(en, unnamed, std::locale::none); in main() local 40 std::locale loc(en, "", std::locale::none); in main() local 44 std::locale loc(en, zh, std::locale::none); in main() local 48 std::locale loc(en, LOCALE_en_US_UTF_8, std::locale::time); in main() local 52 std::locale loc(en, std::string(LOCALE_en_US_UTF_8), std::locale::collate); in main() local
|
H A D | locale_facetptr.pass.cpp | 30 void check_for(const std::locale& loc) in check_for() 52 void check(const std::locale& loc) in check() 80 std::locale loc(LOCALE_ru_RU_UTF_8); in main() local 90 std::locale loc; in main() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | TemporaryStorage.cpp | 23 fir::factory::Counter::Counter(mlir::Location loc, fir::FirOpBuilder &builder, in Counter() 38 fir::factory::Counter::getAndIncrementIndex(mlir::Location loc, in getAndIncrementIndex() 52 void fir::factory::Counter::reset(mlir::Location loc, in reset() 65 mlir::Location loc, fir::FirOpBuilder &builder, in HomogeneousScalarStack() 91 void fir::factory::HomogeneousScalarStack::pushValue(mlir::Location loc, in pushValue() 110 mlir::Location loc, fir::FirOpBuilder &builder) { in resetFetchPosition() 115 fir::factory::HomogeneousScalarStack::fetch(mlir::Location loc, in fetch() 123 void fir::factory::HomogeneousScalarStack::destroy(mlir::Location loc, in destroy() 133 mlir::Location loc, fir::FirOpBuilder &builder) { in moveStackAsArrayExpr() 143 fir::factory::SimpleCopy::SimpleCopy(mlir::Location loc, in SimpleCopy() [all …]
|
/llvm-project/libcxx/test/std/time/time.syn/ |
H A D | formatter.sys_time.pass.cpp | 81 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_year() local 135 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_month() local 225 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_day() local 282 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_weekday() local 347 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_day_of_year() local 374 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_week() local 427 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_iso_8601_week() local 481 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_date() local 577 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_time() local 805 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_date_time() local 908 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_time_zone() local [all...] |
H A D | formatter.file_time.pass.cpp | 88 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_year() local 144 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_month() local 234 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_day() local 289 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_weekday() local 354 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_day_of_year() local 380 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_week() local 431 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_iso_8601_week() local 483 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_date() local 579 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_time() local 809 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_date_time() local 912 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_time_zone() local [all...] |
H A D | formatter.local_time.pass.cpp | 82 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_year() local 136 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_month() local 226 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_day() local 283 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_weekday() local 348 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_day_of_year() local 377 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_week() local 430 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_iso_8601_week() local 484 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_date() local 580 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_time() local 808 const std::locale loc(LOCALE_ja_JP_UTF_8); test_valid_values_date_time() local [all...] |
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/ |
H A D | locale-specific_form.pass.cpp | 110 test(std::string expected,std::locale loc,test_format_string<char,Args...> fmt,Args &&...args) test() argument 126 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_bool() local 157 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_integer() local 485 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_hex_lower_case() local 571 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_hex_upper_case() local 657 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_hex_lower_case_precision() local 743 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_hex_upper_case_precision() local 829 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_scientific_lower_case() local 947 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_scientific_upper_case() local 1065 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_fixed_lower_case() local 1257 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_fixed_upper_case() local 1449 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_general_lower_case() local 1615 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_general_upper_case() local 1781 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_default() local 2011 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_floating_point_default_precision() local 2205 test_println_blank_line(std::locale loc) test_println_blank_line() argument 2217 std::locale loc = std::locale(std::locale(), new numpunct<char>()); test_println_blank_line() local [all...] |
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | Parser.h | 80 auto loc = lexer.getLastLocation(); in parseReturn() local 96 auto loc = lexer.getLastLocation(); in parseNumberExpr() local 107 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr() local 175 auto loc = lexer.getLastLocation(); in parseStructLiteralExpr() local 231 const Location &loc) { in parseCallExpr() 270 auto loc = lexer.getLastLocation(); in parseIdentifierExpr() local 326 auto loc = lexer.getLastLocation(); in parseBinOpRHS() local 381 auto loc = lexer.getLastLocation(); in parseDeclarationOrCallExpr() local 396 const Location &loc) { in parseTypedDeclaration() 431 auto loc = lexer.getLastLocation(); in parseDeclaration() local [all …]
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | CodegenUtils.h | 85 SmallVector<Value> genCallOrInline(OpBuilder &builder, Location loc) { in genCallOrInline() argument 131 OpBuilder &builder, Location loc) { in genImplementation() argument 312 constantZero(OpBuilder & builder,Location loc,Type tp) constantZero() argument 323 constantOne(OpBuilder & builder,Location loc,Type tp) constantOne() argument 334 constantIndex(OpBuilder & builder,Location loc,int64_t i) constantIndex() argument 339 constantI64(OpBuilder & builder,Location loc,int64_t i) constantI64() argument 344 constantI32(OpBuilder & builder,Location loc,int32_t i) constantI32() argument 349 constantI16(OpBuilder & builder,Location loc,int16_t i) constantI16() argument 354 constantI8(OpBuilder & builder,Location loc,int8_t i) constantI8() argument 359 constantI1(OpBuilder & builder,Location loc,bool b) constantI1() argument 364 constantAction(OpBuilder & builder,Location loc,Action action) constantAction() argument 369 constantOverheadTypeEncoding(OpBuilder & builder,Location loc,unsigned width) constantOverheadTypeEncoding() argument 377 constantPosTypeEncoding(OpBuilder & builder,Location loc,SparseTensorEncodingAttr enc) constantPosTypeEncoding() argument 384 constantCrdTypeEncoding(OpBuilder & builder,Location loc,SparseTensorEncodingAttr enc) constantCrdTypeEncoding() argument 390 constantPrimaryTypeEncoding(OpBuilder & builder,Location loc,Type elemTp) constantPrimaryTypeEncoding() argument 397 constantLevelTypeEncoding(OpBuilder & builder,Location loc,LevelType lt) constantLevelTypeEncoding() argument 403 genValFromAttr(OpBuilder & builder,Location loc,Attribute attr) genValFromAttr() argument [all...] |
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | MemRefBuilder.cpp | 32 MemRefDescriptor MemRefDescriptor::undef(OpBuilder &builder, Location loc, in undef() argument 43 MemRefDescriptor::fromStaticShape(OpBuilder &builder, Location loc, in fromStaticShape() argument 50 OpBuilder &builder, Location loc, const LLVMTypeConverter &typeConverter, in fromStaticShape() argument 77 allocatedPtr(OpBuilder & builder,Location loc) allocatedPtr() argument 82 setAllocatedPtr(OpBuilder & builder,Location loc,Value ptr) setAllocatedPtr() argument 88 alignedPtr(OpBuilder & builder,Location loc) alignedPtr() argument 93 setAlignedPtr(OpBuilder & builder,Location loc,Value ptr) setAlignedPtr() argument 100 createIndexAttrConstant(OpBuilder & builder,Location loc,Type resultType,int64_t value) createIndexAttrConstant() argument 107 offset(OpBuilder & builder,Location loc) offset() argument 113 setOffset(OpBuilder & builder,Location loc,Value offset) setOffset() argument 120 setConstantOffset(OpBuilder & builder,Location loc,uint64_t offset) setConstantOffset() argument 127 size(OpBuilder & builder,Location loc,unsigned pos) size() argument 132 size(OpBuilder & builder,Location loc,Value pos,int64_t rank) size() argument 153 setSize(OpBuilder & builder,Location loc,unsigned pos,Value size) setSize() argument 159 setConstantSize(OpBuilder & builder,Location loc,unsigned pos,uint64_t size) setConstantSize() argument 166 stride(OpBuilder & builder,Location loc,unsigned pos) stride() argument 172 setStride(OpBuilder & builder,Location loc,unsigned pos,Value stride) setStride() argument 179 setConstantStride(OpBuilder & builder,Location loc,unsigned pos,uint64_t stride) setConstantStride() argument 191 bufferPtr(OpBuilder & builder,Location loc,const LLVMTypeConverter & converter,MemRefType type) bufferPtr() argument 223 pack(OpBuilder & builder,Location loc,const LLVMTypeConverter & converter,MemRefType type,ValueRange values) pack() argument 244 unpack(OpBuilder & builder,Location loc,Value packed,MemRefType type,SmallVectorImpl<Value> & results) unpack() argument 304 undef(OpBuilder & builder,Location loc,Type descriptorType) undef() argument 312 setRank(OpBuilder & builder,Location loc,Value v) setRank() argument 321 setMemRefDescPtr(OpBuilder & builder,Location loc,Value v) setMemRefDescPtr() argument 329 pack(OpBuilder & builder,Location loc,const LLVMTypeConverter & converter,UnrankedMemRefType type,ValueRange values) pack() argument 343 unpack(OpBuilder & builder,Location loc,Value packed,SmallVectorImpl<Value> & results) unpack() argument 353 computeSizes(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,ArrayRef<UnrankedMemRefDescriptor> values,ArrayRef<unsigned> addressSpaces,SmallVectorImpl<Value> & sizes) computeSizes() argument 401 allocatedPtr(OpBuilder & builder,Location loc,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType) allocatedPtr() argument 407 setAllocatedPtr(OpBuilder & builder,Location loc,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType,Value allocatedPtr) setAllocatedPtr() argument 413 castToElemPtrPtr(OpBuilder & builder,Location loc,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType) castToElemPtrPtr() argument 420 alignedPtr(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType) alignedPtr() argument 432 setAlignedPtr(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType,Value alignedPtr) setAlignedPtr() argument 444 offsetBasePtr(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType) offsetBasePtr() argument 453 offset(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType) offset() argument 463 setOffset(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType,Value offset) setOffset() argument 474 sizeBasePtr(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value memRefDescPtr,LLVM::LLVMPointerType elemPtrType) sizeBasePtr() argument 484 size(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value sizeBasePtr,Value index) size() argument 496 setSize(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value sizeBasePtr,Value index,Value size) setSize() argument 509 strideBasePtr(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value sizeBasePtr,Value rank) strideBasePtr() argument 517 stride(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value strideBasePtr,Value index,Value stride) stride() argument 529 setStride(OpBuilder & builder,Location loc,const LLVMTypeConverter & typeConverter,Value strideBasePtr,Value index,Value stride) setStride() argument [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | opt_type.h | 5 #define OPT_TYPE_ARG(loc) , loc type argument 6 #define OPT_TYPE_ARG_FIRST(loc) loc type, argument 7 #define OPT_SET_TYPE(loc,val) loc type = (val); argument 12 #define OPT_TYPE_ARG(loc) argument 13 #define OPT_TYPE_ARG_FIRST(loc) argument 14 #define OPT_SET_TYPE(loc,val) argument
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | TemporaryStorage.h | 107 void pushValue(mlir::Location loc, fir::FirOpBuilder &builder, in pushValue() 111 void resetFetchPosition(mlir::Location loc, fir::FirOpBuilder &builder){}; in resetFetchPosition() 112 mlir::Value fetch(mlir::Location loc, fir::FirOpBuilder &builder) { in fetch() 131 void pushValue(mlir::Location loc, fir::FirOpBuilder &builder, in pushValue() 135 void resetFetchPosition(mlir::Location loc, fir::FirOpBuilder &builder){}; in resetFetchPosition() 136 mlir::Value fetch(mlir::Location loc, fir::FirOpBuilder &builder) { in fetch() 139 void destroy(mlir::Location loc, fir::FirOpBuilder &builder) {} in destroy() 238 void pushValue(mlir::Location loc, fir::FirOpBuilder &builder, in pushValue() 242 void resetFetchPosition(mlir::Location loc, fir::FirOpBuilder &builder) { in resetFetchPosition() 246 mlir::Value fetch(mlir::Location loc, fir::FirOpBuilder &builder) { in fetch() [all …]
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformTypes.cpp | 44 transform::AffineMapParamType::checkPayload(Location loc, in checkPayload() 60 transform::AnyOpType::checkPayload(Location loc, in checkPayload() 70 transform::AnyValueType::checkPayload(Location loc, in checkPayload() 80 transform::OperationType::checkPayload(Location loc, in checkPayload() 102 transform::AnyParamType::checkPayload(Location loc, in checkPayload() 121 transform::ParamType::checkPayload(Location loc, in checkPayload() 144 transform::TypeParamType::checkPayload(Location loc, in checkPayload()
|
/llvm-project/libcxx/src/support/win32/ |
H A D | locale_win32.cpp | 34 return loc.__store_lconv(lc); in localeconv_l() argument 41 float __strtof(const char* nptr, char** endptr, __locale_t loc) { in mbrlen_l() argument 46 long double __strtold(const char* nptr, char** endptr, __locale_t loc) { in mbsrtowcs_l() argument 50 wcrtomb_l(char * __restrict s,wchar_t wc,mbstate_t * __restrict ps,locale_t loc) wcrtomb_l() argument 54 mbrtowc_l(wchar_t * __restrict pwc,const char * __restrict s,size_t n,mbstate_t * __restrict ps,locale_t loc) mbrtowc_l() argument 63 mbsnrtowcs_l(wchar_t * __restrict dst,const char ** __restrict src,size_t nms,size_t len,mbstate_t * __restrict ps,locale_t loc) mbsnrtowcs_l() argument 72 wcsnrtombs_l(char * __restrict dst,const wchar_t ** __restrict src,size_t nwc,size_t len,mbstate_t * __restrict ps,locale_t loc) wcsnrtombs_l() argument 76 btowc_l(int c,locale_t loc) btowc_l() argument 80 wctob_l(wint_t c,locale_t loc) wctob_l() argument 85 snprintf_l(char * ret,size_t n,locale_t loc,const char * format,...) snprintf_l() argument 103 asprintf_l(char ** ret,locale_t loc,const char * format,...) asprintf_l() argument 110 vasprintf_l(char ** ret,locale_t loc,const char * format,va_list ap) vasprintf_l() argument 116 strtof_l(const char * nptr,char ** endptr,locale_t loc) strtof_l() argument 121 strtold_l(const char * nptr,char ** endptr,locale_t loc) strtold_l() argument 128 strftime_l(char * ret,size_t n,const char * format,const struct tm * tm,locale_t loc) strftime_l() argument [all...] |
/llvm-project/libcxx/test/std/utilities/format/format.functions/ |
H A D | locale-specific_form.pass.cpp | 177 test(std::basic_string_view<CharT> expected,std::locale loc,test_format_string<CharT,Args...> fmt,Args &&...args) test() argument 246 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_bool() local 278 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_integer() local 606 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_hex_lower_case() local 692 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_hex_upper_case() local 778 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_hex_lower_case_precision() local 864 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_hex_upper_case_precision() local 950 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_scientific_lower_case() local 1068 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_scientific_upper_case() local 1186 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_fixed_lower_case() local 1378 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_fixed_upper_case() local 1570 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_general_lower_case() local 1736 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_general_upper_case() local 1902 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_default() local 2132 std::locale loc = std::locale(std::locale(), new numpunct<CharT>()); test_floating_point_default_precision() local [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_csupport.cpp | 37 void __kmpc_begin(ident_t *loc, kmp_int32 flags) { in __kmpc_begin() argument 60 void __kmpc_end(ident_t *loc) { in __kmpc_end() argument 100 kmp_int32 __kmpc_global_thread_num(ident_t *loc) { in __kmpc_global_thread_num() argument 122 kmp_int32 __kmpc_global_num_threads(ident_t *loc) { in __kmpc_global_num_threads() argument 135 kmp_int32 __kmpc_bound_thread_num(ident_t *loc) { in __kmpc_bound_thread_num() argument 145 __kmpc_bound_num_threads(ident_t * loc) __kmpc_bound_num_threads() argument 157 __kmpc_ok_to_fork(ident_t * loc) __kmpc_ok_to_fork() argument 219 __kmpc_in_parallel(ident_t * loc) __kmpc_in_parallel() argument 232 __kmpc_push_num_threads(ident_t * loc,kmp_int32 global_tid,kmp_int32 num_threads) __kmpc_push_num_threads() argument 240 __kmpc_push_num_threads_strict(ident_t * loc,kmp_int32 global_tid,kmp_int32 num_threads,int severity,const char * message) __kmpc_push_num_threads_strict() argument 260 __kmpc_push_num_threads_list(ident_t * loc,kmp_int32 global_tid,kmp_uint32 list_length,kmp_int32 * num_threads_list) __kmpc_push_num_threads_list() argument 276 __kmpc_push_num_threads_list_strict(ident_t * loc,kmp_int32 global_tid,kmp_uint32 list_length,kmp_int32 * num_threads_list,int severity,const char * message) __kmpc_push_num_threads_list_strict() argument 284 __kmpc_pop_num_threads(ident_t * loc,kmp_int32 global_tid) __kmpc_pop_num_threads() argument 289 __kmpc_push_proc_bind(ident_t * loc,kmp_int32 global_tid,kmp_int32 proc_bind) __kmpc_push_proc_bind() argument 307 __kmpc_fork_call(ident_t * loc,kmp_int32 argc,kmpc_micro microtask,...) __kmpc_fork_call() argument 388 __kmpc_fork_call_if(ident_t * loc,kmp_int32 argc,kmpc_micro microtask,kmp_int32 cond,void * args) __kmpc_fork_call_if() argument 438 __kmpc_push_num_teams(ident_t * loc,kmp_int32 global_tid,kmp_int32 num_teams,kmp_int32 num_threads) __kmpc_push_num_teams() argument 457 __kmpc_set_thread_limit(ident_t * loc,kmp_int32 global_tid,kmp_int32 thread_limit) __kmpc_set_thread_limit() argument 481 __kmpc_push_num_teams_51(ident_t * loc,kmp_int32 global_tid,kmp_int32 num_teams_lb,kmp_int32 num_teams_ub,kmp_int32 num_threads) __kmpc_push_num_teams_51() argument 502 __kmpc_fork_teams(ident_t * loc,kmp_int32 argc,kmpc_micro microtask,...) __kmpc_fork_teams() argument 603 __kmpc_serialized_parallel(ident_t * loc,kmp_int32 global_tid) __kmpc_serialized_parallel() argument 621 __kmpc_end_serialized_parallel(ident_t * loc,kmp_int32 global_tid) __kmpc_end_serialized_parallel() argument 790 __kmpc_flush(ident_t * loc) __kmpc_flush() argument 812 __kmpc_barrier(ident_t * loc,kmp_int32 global_tid) __kmpc_barrier() argument 861 __kmpc_master(ident_t * loc,kmp_int32 global_tid) __kmpc_master() argument 918 __kmpc_end_master(ident_t * loc,kmp_int32 global_tid) __kmpc_end_master() argument 950 __kmpc_masked(ident_t * loc,kmp_int32 global_tid,kmp_int32 filter) __kmpc_masked() argument 1006 __kmpc_end_masked(ident_t * loc,kmp_int32 global_tid) __kmpc_end_masked() argument 1035 __kmpc_ordered(ident_t * loc,kmp_int32 gtid) __kmpc_ordered() argument 1108 __kmpc_end_ordered(ident_t * loc,kmp_int32 gtid) __kmpc_end_ordered() argument 1142 __kmp_init_indirect_csptr(kmp_critical_name * crit,ident_t const * loc,kmp_int32 gtid,kmp_indirect_locktag_t tag) __kmp_init_indirect_csptr() argument 1286 __kmp_get_critical_section_ptr(kmp_critical_name * crit,ident_t const * loc,kmp_int32 gtid) __kmp_get_critical_section_ptr() argument 1343 __kmpc_critical(ident_t * loc,kmp_int32 global_tid,kmp_critical_name * crit) __kmpc_critical() argument 1570 __kmpc_critical_with_hint(ident_t * loc,kmp_int32 global_tid,kmp_critical_name * crit,uint32_t hint) __kmpc_critical_with_hint() argument 1703 __kmpc_end_critical(ident_t * loc,kmp_int32 global_tid,kmp_critical_name * crit) __kmpc_end_critical() argument 1800 __kmpc_barrier_master(ident_t * loc,kmp_int32 global_tid) __kmpc_barrier_master() argument 1844 __kmpc_end_barrier_master(ident_t * loc,kmp_int32 global_tid) __kmpc_end_barrier_master() argument 1860 __kmpc_barrier_master_nowait(ident_t * loc,kmp_int32 global_tid) __kmpc_barrier_master_nowait() argument 1923 __kmpc_single(ident_t * loc,kmp_int32 global_tid) __kmpc_single() argument 1976 __kmpc_end_single(ident_t * loc,kmp_int32 global_tid) __kmpc_end_single() argument 2003 __kmpc_for_static_fini(ident_t * loc,kmp_int32 global_tid) __kmpc_for_static_fini() argument 2272 __kmpc_copyprivate(ident_t * loc,kmp_int32 gtid,size_t cpy_size,void * cpy_data,void (* cpy_func)(void *,void *),kmp_int32 didit) __kmpc_copyprivate() argument 2348 __kmpc_copyprivate_light(ident_t * loc,kmp_int32 gtid,void * cpy_data) __kmpc_copyprivate_light() argument 2408 __kmp_init_lock_with_hint(ident_t * loc,void ** lock,kmp_dyna_lockseq_t seq) __kmp_init_lock_with_hint() argument 2426 __kmp_init_nest_lock_with_hint(ident_t * loc,void ** lock,kmp_dyna_lockseq_t seq) __kmp_init_nest_lock_with_hint() argument 2463 __kmpc_init_lock_with_hint(ident_t * loc,kmp_int32 gtid,void ** user_lock,uintptr_t hint) __kmpc_init_lock_with_hint() argument 2487 __kmpc_init_nest_lock_with_hint(ident_t * loc,kmp_int32 gtid,void ** user_lock,uintptr_t hint) __kmpc_init_nest_lock_with_hint() argument 2513 __kmpc_init_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_init_lock() argument 2585 __kmpc_init_nest_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_init_nest_lock() argument 2659 __kmpc_destroy_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_destroy_lock() argument 2732 __kmpc_destroy_nest_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_destroy_nest_lock() argument 2806 __kmpc_set_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_set_lock() argument 2898 __kmpc_set_nest_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_set_nest_lock() argument 3009 __kmpc_unset_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_unset_lock() argument 3105 __kmpc_unset_nest_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_unset_nest_lock() argument 3231 __kmpc_test_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_test_lock() argument 3339 __kmpc_test_nest_lock(ident_t * loc,kmp_int32 gtid,void ** user_lock) __kmpc_test_nest_lock() argument 3474 __kmp_enter_critical_section_reduce_block(ident_t * loc,kmp_int32 global_tid,kmp_critical_name * crit) __kmp_enter_critical_section_reduce_block() argument 3538 __kmp_end_critical_section_reduce_block(ident_t * loc,kmp_int32 global_tid,kmp_critical_name * crit) __kmp_end_critical_section_reduce_block() argument 3630 __kmpc_reduce_nowait(ident_t * loc,kmp_int32 global_tid,kmp_int32 num_vars,size_t reduce_size,void * reduce_data,void (* reduce_func)(void * lhs_data,void * rhs_data),kmp_critical_name * lck) __kmpc_reduce_nowait() argument 3790 __kmpc_end_reduce_nowait(ident_t * loc,kmp_int32 global_tid,kmp_critical_name * lck) __kmpc_end_reduce_nowait() argument 3859 __kmpc_reduce(ident_t * loc,kmp_int32 global_tid,kmp_int32 num_vars,size_t reduce_size,void * reduce_data,void (* reduce_func)(void * lhs_data,void * rhs_data),kmp_critical_name * lck) __kmpc_reduce() argument 3981 __kmpc_end_reduce(ident_t * loc,kmp_int32 global_tid,kmp_critical_name * lck) __kmpc_end_reduce() argument 4145 __kmpc_doacross_init(ident_t * loc,int gtid,int num_dims,const struct kmp_dim * dims) __kmpc_doacross_init() argument 4267 __kmpc_doacross_wait(ident_t * loc,int gtid,const kmp_int64 * vec) __kmpc_doacross_wait() argument 4379 __kmpc_doacross_post(ident_t * loc,int gtid,const kmp_int64 * vec) __kmpc_doacross_post() argument 4452 __kmpc_doacross_fini(ident_t * loc,int gtid) __kmpc_doacross_fini() argument 4532 __kmpc_error(ident_t * loc,int severity,const char * message) __kmpc_error() argument 4565 __kmpc_scope(ident_t * loc,kmp_int32 gtid,void * reserved) __kmpc_scope() argument 4581 __kmpc_end_scope(ident_t * loc,kmp_int32 gtid,void * reserved) __kmpc_end_scope() argument [all...] |
/llvm-project/lld/MachO/Arch/ |
H A D | ARM64Common.cpp | 30 const uint8_t *loc = buf + offset + rel.r_address; in getEmbeddedAddend() local 41 static void writeValue(uint8_t *loc, const Reloc &r, uint64_t value) { in writeValue() 60 void ARM64Common::relocateOne(uint8_t *loc, const Reloc &r, uint64_t value, in relocateOne() 94 void ARM64Common::relaxGotLoad(uint8_t *loc, uint8_t type) const { in relaxGotLoad() 131 static void reportUnalignedLdrStr(Twine loc, uint64_t va, int align, in reportUnalignedLdrStr() 141 void macho::reportUnalignedLdrStr(void *loc, const lld::macho::Reloc &r, in reportUnalignedLdrStr() 149 void macho::reportUnalignedLdrStr(void *loc, lld::macho::SymbolDiagnostic d, in reportUnalignedLdrStr()
|
/llvm-project/libcxx/test/std/localization/locales/locale/locale.statics/ |
H A D | classic.pass.cpp | 24 void check_for(const std::locale& loc) in check_for() 46 void check(const std::locale& loc) in check() 63 std::locale loc = std::locale::classic(); in main() local
|
/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
H A D | Parser.h | 65 auto loc = lexer.getLastLocation(); in parseReturn() local 81 auto loc = lexer.getLastLocation(); in parseNumberExpr() local 92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr() local 176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr() local 258 auto loc = lexer.getLastLocation(); in parseBinOpRHS() local 318 auto loc = lexer.getLastLocation(); in parseDeclaration() local 398 auto loc = lexer.getLastLocation(); in parsePrototype() local 418 auto loc = lexer.getLastLocation(); in parsePrototype() local
|
/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
H A D | Parser.h | 65 auto loc = lexer.getLastLocation(); in parseReturn() local 81 auto loc = lexer.getLastLocation(); in parseNumberExpr() local 92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr() local 176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr() local 258 auto loc = lexer.getLastLocation(); in parseBinOpRHS() local 318 auto loc = lexer.getLastLocation(); in parseDeclaration() local 398 auto loc = lexer.getLastLocation(); in parsePrototype() local 418 auto loc = lexer.getLastLocation(); in parsePrototype() local
|
/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
H A D | Parser.h | 65 auto loc = lexer.getLastLocation(); in parseReturn() local 81 auto loc = lexer.getLastLocation(); in parseNumberExpr() local 92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr() local 176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr() local 258 auto loc = lexer.getLastLocation(); in parseBinOpRHS() local 318 auto loc = lexer.getLastLocation(); in parseDeclaration() local 398 auto loc = lexer.getLastLocation(); in parsePrototype() local 418 auto loc = lexer.getLastLocation(); in parsePrototype() local
|
/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
H A D | Parser.h | 65 auto loc = lexer.getLastLocation(); in parseReturn() local 81 auto loc = lexer.getLastLocation(); in parseNumberExpr() local 92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr() local 176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr() local 258 auto loc = lexer.getLastLocation(); in parseBinOpRHS() local 318 auto loc = lexer.getLastLocation(); in parseDeclaration() local 398 auto loc = lexer.getLastLocation(); in parsePrototype() local 418 auto loc = lexer.getLastLocation(); in parsePrototype() local
|
/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
H A D | Parser.h | 65 auto loc = lexer.getLastLocation(); in parseReturn() local 81 auto loc = lexer.getLastLocation(); in parseNumberExpr() local 92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr() local 176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr() local 258 auto loc = lexer.getLastLocation(); in parseBinOpRHS() local 318 auto loc = lexer.getLastLocation(); in parseDeclaration() local 398 auto loc = lexer.getLastLocation(); in parsePrototype() local 418 auto loc = lexer.getLastLocation(); in parsePrototype() local
|
/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
H A D | Parser.h | 65 auto loc = lexer.getLastLocation(); in parseReturn() local 81 auto loc = lexer.getLastLocation(); in parseNumberExpr() local 92 auto loc = lexer.getLastLocation(); in parseTensorLiteralExpr() local 176 auto loc = lexer.getLastLocation(); in parseIdentifierExpr() local 258 auto loc = lexer.getLastLocation(); in parseBinOpRHS() local 318 auto loc = lexer.getLastLocation(); in parseDeclaration() local 398 auto loc = lexer.getLastLocation(); in parsePrototype() local 418 auto loc = lexer.getLastLocation(); in parsePrototype() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | FormatGen.cpp | 29 FormatLexer(llvm::SourceMgr & mgr,SMLoc loc) FormatLexer() argument 34 emitError(SMLoc loc,const Twine & msg) emitError() argument 41 emitError(const char * loc,const Twine & msg) emitError() argument 45 emitErrorAndNote(SMLoc loc,const Twine & msg,const Twine & note) emitErrorAndNote() argument 206 SMLoc loc = curToken.getLoc(); parse() local 243 SMLoc loc = tok.getLoc(); parseLiteral() local 274 SMLoc loc = tok.getLoc(); parseString() local 296 SMLoc loc = tok.getLoc(); parseVariable() local 306 SMLoc loc = tok.getLoc(); parseDirective() local 319 SMLoc loc = curToken.getLoc(); parseOptionalGroup() local 399 parseCustomDirective(SMLoc loc,Context ctx) parseCustomDirective() argument 437 parseRefDirective(SMLoc loc,Context context) parseRefDirective() argument 453 parseQualifiedDirective(SMLoc loc,Context ctx) parseQualifiedDirective() argument [all...] |