Home
last modified time | relevance | path

Searched defs:compilation_off (Results 1 – 9 of 9) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/data/schema/
H A Dschema-8.sql65 compilation_off INTEGER NOT NULL DEFAULT 0, field
122 compilation_off INTEGER NOT NULL DEFAULT 0, field
179 compilation_off INTEGER NOT NULL DEFAULT 0, field
236 compilation_off INTEGER NOT NULL DEFAULT 0, field
293 compilation_off INTEGER NOT NULL DEFAULT 0, field
350 compilation_off INTEGER NOT NULL DEFAULT 0, field
407 compilation_off INTEGER NOT NULL DEFAULT 0, field
464 compilation_off INTEGER NOT NULL DEFAULT 0, field
526 compilation_off INTEGER NOT NULL DEFAULT 0, field
H A Dschema-4.sql41 compilation_off INTEGER NOT NULL DEFAULT 0, field
94 compilation_off INTEGER NOT NULL DEFAULT 0, field
147 compilation_off INTEGER NOT NULL DEFAULT 0, field
H A Dschema-7.sql45 compilation_off INTEGER NOT NULL DEFAULT 0, field
102 compilation_off INTEGER NOT NULL DEFAULT 0, field
159 compilation_off INTEGER NOT NULL DEFAULT 0, field
H A Dschema-13.sql53 compilation_off INTEGER NOT NULL DEFAULT 0, field
112 compilation_off INTEGER NOT NULL DEFAULT 0, field
171 compilation_off INTEGER NOT NULL DEFAULT 0, field
H A Dschema-11.sql65 compilation_off INTEGER NOT NULL DEFAULT 0, field
136 compilation_off INTEGER NOT NULL DEFAULT 0, field
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/
H A Dshift-and.ll45 define void @t3(i16 %t) nounwind {
102 ; X32-NEXT: shrl %cl, %edx
161 ; rdar://11866926
H A Dshift-double-x86_64.ll52 define i64 @test4(i64 %hi, i64 %lo, i64 %bits) nounwind {
/dports/audio/strawberry/strawberry-1.0.0/src/context/
H A Dcontextalbumsmodel.h45 #include "collection/collectionitem.h"
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dsong.cpp346 bool Song::compilation_off() const { return d->compilation_off_; } in compilation_off() function in Song