Home
last modified time | relevance | path

Searched defs:compilation_detected (Results 1 – 10 of 10) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/data/schema/
H A Dschema-8.sql63 compilation_detected INTEGER DEFAULT 0, field
120 compilation_detected INTEGER DEFAULT 0, field
177 compilation_detected INTEGER DEFAULT 0, field
234 compilation_detected INTEGER DEFAULT 0, field
291 compilation_detected INTEGER DEFAULT 0, field
348 compilation_detected INTEGER DEFAULT 0, field
405 compilation_detected INTEGER DEFAULT 0, field
462 compilation_detected INTEGER DEFAULT 0, field
524 compilation_detected INTEGER DEFAULT 0, field
H A Dschema-4.sql39 compilation_detected INTEGER DEFAULT 0, field
92 compilation_detected INTEGER DEFAULT 0, field
145 compilation_detected INTEGER DEFAULT 0, field
H A Dschema-7.sql43 compilation_detected INTEGER DEFAULT 0, field
100 compilation_detected INTEGER DEFAULT 0, field
157 compilation_detected INTEGER DEFAULT 0, field
H A Dschema-13.sql51 compilation_detected INTEGER DEFAULT 0, field
110 compilation_detected INTEGER DEFAULT 0, field
169 compilation_detected INTEGER DEFAULT 0, field
H A Dschema-11.sql63 compilation_detected INTEGER DEFAULT 0, field
134 compilation_detected INTEGER DEFAULT 0, field
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/
H A Dshift-and.ll43 @X = internal global i16 0
100 ; X32-NEXT: movl {{[0-9]+}}(%esp), %esi
157 ret void
158 }
159
160
161 ; rdar://11866926
H A Dshift-double-x86_64.ll51
52 define i64 @test4(i64 %hi, i64 %lo, i64 %bits) nounwind {
/dports/audio/strawberry/strawberry-1.0.0/src/context/
H A Dcontextalbumsmodel.h43 #include "core/song.h"
/dports/audio/strawberry/strawberry-1.0.0/src/collection/
H A Dcollectionbackend.cpp1318 bool compilation_detected = q.value(3).toBool(); in CompilationsNeedUpdating() local
1370 …SongList &deleted_songs, SongList &added_songs, const QUrl &url, const bool compilation_detected) { in UpdateCompilations()
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dsong.cpp345 bool Song::compilation_detected() const { return d->compilation_detected_; } in compilation_detected() function in Song